pwaLUPMIS2/node_modules/ol/ViewProperty.js
2026-03-04 12:59:40 +01:00

13 lines
154 B
JavaScript

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