[Geoserver-users] External Load Options

Hello,

I am almost certain that this has been asked before here – but I have not been able to find the orginal topic.

I have an application that largely front ends what goes on in Geo Server. I would like to be able to upload SHP files and such through my site – and my code to load those files as layers within GeoServer. Is there a “proper” approach to programmatically adding files to Geoserver? Any help would be greatly appreciated!

Thank you,

Logan

Hello,

You can use http://www.restlet.org/ Restlet to do this. First you have to
download and install the REST plugin on Geoserver. See also the
documentation for REST on Geoserver. It was very helpfull to me.
By now I am able to change the style of a layer inside Geoserver through
Restlet. Now I want to find the way to load the Geoserver changes
programatically as this task is not done automatically after the Restlet
call. Anyway ...

Good luck.
klaussemarsse

Logan Greenlee-2 wrote:

Hello,

I am almost certain that this has been asked before here - but I have not
been able to find the orginal topic.

I have an application that largely front ends what goes on in Geo Server.
I would like to be able to upload SHP files and such through my site - and
my code to load those files as layers within GeoServer. Is there a
"proper" approach to programmatically adding files to Geoserver? Any help
would be greatly appreciated!

Thank you,
Logan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/External-Load-Options-tp20175874p23918824.html
Sent from the GeoServer - User mailing list archive at Nabble.com.