UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

11 lines (9 loc) 195 B
goog.provide('ol.style.IconAnchorUnits'); /** * Icon anchor units. One of 'fraction', 'pixels'. * @enum {string} */ ol.style.IconAnchorUnits = { FRACTION: 'fraction', PIXELS: 'pixels' };