Files
openlayers/src/ol/renderer/canvas/canvasrenderer.js
Tim Schaub a2c70dba85 Provide ol.canvas instead of ol.canvas.SUPPORTED
This is not currently used outside the library, so it is not exported.
2013-09-15 15:54:01 -06:00

12 lines
172 B
JavaScript

goog.provide('ol.renderer.canvas');
goog.require('ol.canvas');
/**
* Is supported.
* @const
* @type {boolean}
*/
ol.renderer.canvas.SUPPORTED = ol.canvas.SUPPORTED;