Transformed

This commit is contained in:
Tim Schaub
2017-12-11 16:29:33 -07:00
parent 1cdb6a66f0
commit 7f47883c48
737 changed files with 22216 additions and 21609 deletions
+6 -3
View File
@@ -1,10 +1,13 @@
goog.provide('ol.ViewProperty');
/**
* @module ol/ViewProperty
*/
/**
* @enum {string}
*/
ol.ViewProperty = {
var _ol_ViewProperty_ = {
CENTER: 'center',
RESOLUTION: 'resolution',
ROTATION: 'rotation'
};
export default _ol_ViewProperty_;