Remove the DOM renderer

This commit is contained in:
Tim Schaub
2016-08-31 08:38:37 -06:00
parent 11e4675337
commit 5ce55d39ba
12 changed files with 10 additions and 1235 deletions

View File

@@ -98,14 +98,6 @@ ol.has.CANVAS = ol.ENABLE_CANVAS && (
ol.has.DEVICE_ORIENTATION = 'DeviceOrientationEvent' in olGlobal;
/**
* True if `ol.ENABLE_DOM` is set to `true` at compile time.
* @const
* @type {boolean}
*/
ol.has.DOM = ol.ENABLE_DOM;
/**
* Is HTML5 geolocation supported in the current browser?
* @const