I have a very urgent issue about how to add a new shapefile to DataStore in GeoServer.
Does GeoServer support to adding a new data set on fly? I.e. how I can write the request (a set of requests) or call GeoServer API for adding a new shapefile to GeoServer data store?
My usecase is look like:
I have a geo-processing component on my website + GeoServer + MapBuilder (for visualization)
User → Click the Start button on geo-processing component page → Output will be SHAPEFILE
??? How to deploy or add this new shapefile to Geoserver datastore by online mode ???
User come back to Visualization page (MapBuilder will collect all maps and features were published on GeoServer WMS,WFS) and look they geo-processing result (map).
Could you please give me some explanations (documentations) or help ASAP? Does GeoServer provided any tool or service for adding new data set on fly? Can I do it?
The GeoServer application has a web based front end that makes use of STRUTS, if you have to you can add a form + action to upload and deploy a shapefile. And then just call the action from your application. Please remember that a shapefiile is actually three things (so usually they travel around as a zip file, as with the geoserver getfeaures request format).
Jody
Hi everyone,
I have a very urgent issue about how to add a new shapefile to DataStore in GeoServer.
Does GeoServer support to adding a new data set on fly? I.e. how I can write the request (a set of requests) or call GeoServer API for adding a new shapefile to GeoServer data store?
My usecase is look like:
1. I have a geo-processing component on my website + GeoServer + MapBuilder (for visualization)
2. User -> Click the Start button on geo-processing component page -> Output will be SHAPEFILE
3. ???* How to deploy or add this new shapefile to Geoserver datastore by online mode *???
4. User come back to Visualization page (MapBuilder will collect all maps and features were published on GeoServer WMS,WFS) and look they geo-processing result (map).
Could you please give me some explanations (documentations) or help ASAP? Does GeoServer provided any tool or service for adding new data set on fly? Can I do it?
Many thanks,
Kevin D.
PS: http://docs.codehaus.org/display/GEOSDOC/User+Tutorial+Shapefile – follow this instruction I don’t have a ability to add a new shapefile by fly.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
Does GeoServer support to adding a new data set on fly? I.e. how I can write the request (a set of requests) or call GeoServer API for adding a new shapefile to GeoServer data store?
My usecase is look like:
1. I have a geo-processing component on my website + GeoServer + MapBuilder (for visualization)
2. User -> Click the Start button on geo-processing component page -> Output will be SHAPEFILE
3. ???* How to deploy or add this new shapefile to Geoserver datastore by online mode *???
4. User come back to Visualization page (MapBuilder will collect all maps and features were published on GeoServer WMS,WFS) and look they geo-processing result (map).
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV