Files
openlayers/src/ol/ViewProperty.js
Frederic Junod 0bc28323c8 Simplify default export
This removes unnecessary variable declarations where the default object is an object.
2017-12-15 15:21:25 +01:00

13 lines
153 B
JavaScript

/**
* @module ol/ViewProperty
*/
/**
* @enum {string}
*/
export default {
CENTER: 'center',
RESOLUTION: 'resolution',
ROTATION: 'rotation'
};