Tagged Questions
2
votes
1answer
284 views
Spatial Data from Postgis to Java/REST with RestEasy + Jackson
I'm developing an application where I take a route from google maps, save it in postgresql/postgis. I'd like to take this route (LineString geometry) and send it back to Google Maps.
I already can ...
3
votes
1answer
481 views
How to upload shapefile to PostGIS using cURL and GeoServer REST API
The GeoServer REST API docs here does not detail how to do this. I'd like to create a PostGIS table and corresponding featureType in GeoServer using the REST API, without having to chain requests.
...
2
votes
1answer
312 views
geoserver-cURL-REST error
when I try to create a workspace/layer/store following http://docs.geoserver.org/stable/en/user/restconfig/rest-config-examples/rest-config-examples-curl.html I am getting "System cannot find the file ...
4
votes
2answers
802 views
Using GeoServer REST Configuration to add a datastore
I have used the example from the Geoserver REST Docs to add a datastore from at PostGIS database.
I have used the following xml doc to add the new datastore:
<dataStore>
...