UNPKG

ol

Version:

OpenLayers mapping library

13 lines 206 B
/** * @module ol/MapProperty */ /** * @enum {string} */ export default { LAYERGROUP: 'layergroup', SIZE: 'size', TARGET: 'target', VIEW: 'view' }; //# sourceMappingURL=MapProperty.js.map