Files
openlayers/src/ol/css.js
2013-04-11 18:25:31 +02:00

18 lines
299 B
JavaScript

goog.provide('ol.css');
/**
* The CSS class that we'll give the DOM elements to have them unselectable.
*
* @const {string}
*/
ol.css.CLASS_UNSELECTABLE = 'ol-unselectable';
/**
* The CSS class for unsupported feature.
*
* @const {string}
*/
ol.css.CLASS_UNSUPPORTED = 'ol-unsupported';