UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

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