UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

15 lines (12 loc) 220 B
goog.provide('ol.render.ReplayType'); /** * @enum {string} */ ol.render.ReplayType = { CIRCLE: 'Circle', DEFAULT: 'Default', IMAGE: 'Image', LINE_STRING: 'LineString', POLYGON: 'Polygon', TEXT: 'Text' };