[OpenLayers-Users] OL+Geoserver+PostGIS
David Fawcett
david.fawcett at gmail.com
Tue Mar 29 14:23:51 EDT 2011
Here you go, step by step:
1. Roll up your sleeves, you get to do the work
2. Read up on WFS-T. This is likely the protocol that you will want
to use to insert/update features via OpenLayers.
a. http://openlayers.org/dev/examples/wfs-protocol-transactions.html
3. Look at how GeoServer supports WFS-T
a. http://docs.geoserver.org/stable/en/user/services/wfs/reference.html#transaction
4. Look at how PostGIS tables can be used as data sources for GeoServer layers.
a. http://docs.geoserver.org/stable/en/user/data/postgis.html
David.
On Tue, Mar 29, 2011 at 12:57 PM, Vikash Talanki
<vikashtalanki at gmail.com> wrote:
> Hi all,
>
> My task is to store the values in the database(postgreSQL) when
> the user inputs the lat-lon values in the form. and after submitting the
> form, the map should be displayed with markers at corresponding lat-lon
> values stored in DB. I have achieved this task using PHP,ajax & storing
> values in a text file. Now I have to do the same task using
> Geoserver+PostGis for which I am totally new. I have just installed
> Geoserver,postGIS,PostgreSQL in my system. I want your help to how to carry
> this task step by step. How to store these values in DB, how to retrieve
> them using geoserver.
>
> Thanks in advance
>
> --
> View this message in context: http://osgeo-org.1803224.n2.nabble.com/OL-Geoserver-PostGIS-tp6220254p6220254.html
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
> _______________________________________________
> Users mailing list
> Users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
>
More information about the Users
mailing list