Files
openlayers/src/ol/viewproperty.js
2016-12-27 10:17:26 -07:00

11 lines
154 B
JavaScript

goog.provide('ol.ViewProperty');
/**
* @enum {string}
*/
ol.ViewProperty = {
CENTER: 'center',
RESOLUTION: 'resolution',
ROTATION: 'rotation'
};