UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

12 lines (10 loc) 268 B
goog.provide('ol.PluginType'); /** * A plugin type used when registering a plugin. The supported plugin types are * 'MAP_RENDERER', and 'LAYER_RENDERER'. * @enum {string} */ ol.PluginType = { MAP_RENDERER: 'MAP_RENDERER', LAYER_RENDERER: 'LAYER_RENDERER' };