UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

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