Remove ol.format.FormatType.BINARY
This commit is contained in:
committed by
Tim Schaub
parent
6a564597fb
commit
b1d59366dc
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user