[postgis-users] Insert point in postgis
chodgson at refractions.net
chodgson at refractions.net
Thu May 29 10:29:42 PDT 2003
I am not sure what two actions you are referring to.
What needs to happen in mapserver? Mapserver only display the data for your
map. I assume the data for your map is stored in a table in PostGIS, so if you
insert a new point into your PostGIS table, it will be displayed by mapserver.
What else do you what to happen at the same time? If you want to insert other
data into PostGIS at the same time (perhaps a row into another, non-spatial
table) then you can use SQL transactions to do so - look them up in the
PostgreSQL documentation.
Chris
Quoting Luz Brigitte <luzbrigitte at hotmail.com>:
> Hi, somebody knows like I can insert a point within a map in mapserv and
> that of once this is added to a table in postgresql.
>
> For example I have a customer´s map and I want add a customer but I need
> both of this actions to occurr in tandem (Mapserv and Postgis).
>
> I work with mapscript - php in Mapserver 3.6 and PostgreSQL 7.2.2 and
> postgis 0.6.3.
>
> Thanks a lot for your help.
>
>
> Brigitte P.
> Colombia
>
> P.D. Excuse me for my english isn´t very good.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
More information about the postgis-users
mailing list