UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

13 lines (10 loc) 170 B
goog.provide('ol.format.FormatType'); /** * @enum {string} */ ol.format.FormatType = { ARRAY_BUFFER: 'arraybuffer', JSON: 'json', TEXT: 'text', XML: 'xml' };