I am in deadly need of geoserver rest php scripts for creating workspace, store, publishing layer etc. I have done a lot of googleing but couldn't find any. In geoserver site only examples using cURL are given. Can anybody provide me PHP scripts
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Geoserver REST API can be constructed using Path GET (read) POST (create) PUT (update) DELETE (delete) http://geoserver.org/display/GEOS/User+Collaboration+REST+API for selecting a SLD you need to GET {yourserver} {port} {user} {password} /geoserver/rest/styles (exists already in rest api) This might help for you too http://geoserver.org/display/GEOS/GeoExt+Styler |
|||
|
|
|
Have you seen http://docs.geoserver.org/stable/en/user/restconfig/rest-config-examples/rest-config-examples-php.html |
|||
|
|
well you can use google MAP like how i use on my distance calculator that helps you the right distance and how long does it take to get into finish line, by walk or by car |
|||
|
|