geobabbler / node-gis-server

GeoJSON-based HTTP access to PostGIS with Node
http://blog.geomusings.com/2014/02/18/a-little-deeper-with-node-and-postgis/
MIT License
52 stars 22 forks source link

Geometry Functions #5

Closed geobabbler closed 10 years ago

geobabbler commented 10 years ago

Update current feature-only calls to return either geometries or features, based on URL.

/vector/myschema/mytable/features - should return FeatureCollection /vector/myschema/mytable/geometry - should return GeometryCollection