UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

9 lines (7 loc) 118 B
goog.provide('ol.interaction.Property'); /** * @enum {string} */ ol.interaction.Property = { ACTIVE: 'active' };