Remove ol.format.FormatType.BINARY

This commit is contained in:
Frederic Junod
2015-04-08 15:56:20 +02:00
committed by Tim Schaub
parent 6a564597fb
commit b1d59366dc
3 changed files with 3 additions and 25 deletions

View File

@@ -17,14 +17,6 @@ goog.require('ol.webgl');
ol.has.DEVICE_PIXEL_RATIO = goog.global.devicePixelRatio || 1;
/**
* True if the browser supports ArrayBuffers.
* @const
* @type {boolean}
*/
ol.has.ARRAY_BUFFER = 'ArrayBuffer' in goog.global;
/**
* True if the browser's Canvas implementation implements {get,set}LineDash.
* @type {boolean}