Files
openlayers/src/ol/mapproperty.js
2016-12-27 10:11:18 -07:00

12 lines
160 B
JavaScript

goog.provide('ol.MapProperty');
/**
* @enum {string}
*/
ol.MapProperty = {
LAYERGROUP: 'layergroup',
SIZE: 'size',
TARGET: 'target',
VIEW: 'view'
};