UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

11 lines (8 loc) 167 B
goog.provide('ol.webgl.ContextEventType'); /** * @enum {string} */ ol.webgl.ContextEventType = { LOST: 'webglcontextlost', RESTORED: 'webglcontextrestored' };