UNPKG

openlayers-test

Version:

Build tools and sources for developing OpenLayers based mapping applications

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