ngageoint / geoq

Django web application to collect geospatial features and manage feature collection among groups of users
MIT License
704 stars 133 forks source link

Add API info to Tech Spec Wiki Page #319

Closed Bauerr closed 9 years ago

Bauerr commented 9 years ago

Please add the API info to Tech Spec Wiki Page for GeoQ

Bauerr commented 9 years ago

Added the following to the tech specs wiki. This was located on the GeoQ Help page. APIs

The following endpoints can be used to Access data remotely:

http://server/geoq/api/layers.json
http://server/geoq/api/jobs/<id>.geojson
http://server/geoq/api/jobs/<id>/grid/job-workcells.geojson
http://server/geoq/api/jobs/<id>.kml
http://server/geoq/api/jobs/<id>.networked.kml
http://server/geoq/api/jobs/<id>.shp.zip (Workcells)
http://server/geoq/api/jobs/<id>.points.shp.zip
http://server/geoq/api/jobs/<id>.polygons.shp.zip
http://server/geoq/api/jobs/<id>features.json
http://server/geoq/api/jobs/<id>features.withlinks.json (With linked items)