Remove property enum from view constructor

This commit is contained in:
Tim Schaub
2016-12-27 09:34:48 -07:00
parent 7a95947dbb
commit 62a0dd5b5b
3 changed files with 29 additions and 28 deletions
+10
View File
@@ -0,0 +1,10 @@
goog.provide('ol.ViewProperty');
/**
* @enum {string}
*/
ol.ViewProperty = {
CENTER: 'center',
RESOLUTION: 'resolution',
ROTATION: 'rotation'
};