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

@@ -5,7 +5,6 @@ goog.provide('ol.format.FormatType');
* @enum {string}
*/
ol.format.FormatType = {
BINARY: 'binary',
JSON: 'json',
TEXT: 'text',
XML: 'xml'