UNPKG

ol

Version:

OpenLayers mapping library

12 lines 198 B
/** * @module ol/ViewProperty */ /** * @enum {string} */ export default { CENTER: 'center', RESOLUTION: 'resolution', ROTATION: 'rotation' }; //# sourceMappingURL=ViewProperty.js.map