UNPKG

react-mapfilter

Version:

These components are designed for viewing data in Mapeo. They share a common interface:

5 lines 230 B
// @flow export const UTM = '@@MAPFILTER/COORD_FORMATS/UTM'; export const DEC_DEG = '@@MAPFILTER/COORD_FORMATS/DEC_DEG'; export const DEG_MIN_SEC = '@@MAPFILTER/COORD_FORMATS/DEG_MIN_SEC'; //# sourceMappingURL=coord_formats.js.map