UNPKG

featureserver

Version:

*An open source implementation of the GeoServices specification*

15 lines (14 loc) 663 B
module.exports = { normalizeExtent: require('./normalize-extent'), normalizeInputData: require('./normalize-input-data'), normalizeSpatialReference: require('./normalize-spatial-reference'), getCollectionCrs: require('./get-collection-crs'), getGeometryTypeFromGeojson: require('./get-geometry-type-from-geojson'), isTable: require('./is-geojson-table'), calculateExtent: require('./calculate-extent'), getSpatialReference: require('./get-spatial-reference'), TableLayerMetadata: require('./table-layer-metadata'), FeatureLayerMetadata: require('./feature-layer-metadata'), ...(require('./data-type-utils')), ...(require('./renderers')) }