Namespace: format

bu. format

This namespace contains definitions for formats. A format is an object that allows for input/output of geographic or alphanumeric data from local or remote sources.

This namespace extends with extra functionality the contained in OpenLayers ol.format namespace.

Source:
bu/format/format.jsdoc

Classes

WFS

Type Definitions


Formats

Supported formats for reading from local files or buffers.

GEOJSON: {isBinary: false, reader: 'GeoJSON'}
KML: {isBinary: false, reader: 'KML'}
KMZ: {isBinary: true, reader: 'KMZ'}
SHP: {isBinary: true, reader: 'Shapefile'}
ZIP: {isBinary: true, reader: 'ZIP'}
CPG: {isBinary: false}
DBF: {isBinary: true}
PRJ: {isBinary: false}
Type:
  • Object
Source:
bu/enums.js