3
votes
0answers
106 views

Geoserver REST example not working

I am trying to follow the example to create a new REST service in Geoserver: http://docs.geoserver.org/stable/en/developer/programming-guide/rest-services/implementing.html After building, accessing ...
1
vote
1answer
228 views

Geoserver build error

i am getting a build error with mvn clean install on geoserver 2.2.x branch saying Running org.geoserver.platform.exception.ExceptionLocalizeTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, ...
2
votes
2answers
142 views

Where to start GeoServer Development?

I want to contribute to GeoServer development. I am well experienced in programming and since I am now completely working on GIS projects, I think I will find enough time for these tasks. Where ...
1
vote
0answers
154 views

How exactly is an SLD_body object (when extracted from its XML href) structured when using a cElementTree to parse it?

I'm trying to export data from a PostGIS database into a geoserver and I've gotten it to where I can get the PostGIS database to point to the geoserver (I'm doing this as a python script for a GIS ...
4
votes
3answers
671 views

Where to start with Web GIS development, or which technology to select?

I am very new to GIS development, and to be be frank I have no background about it at all. I searched the web but the tutorials I found seemed to assume the reader has some background information. ...