[OpenLayers-Users] Dynamically modify existing WMS layers

bartvde at osgis.nl bartvde at osgis.nl
Wed Nov 12 03:35:59 EST 2008


You need something like a transactional web feature service on your
dataset to accommodate this. WMS is viewing only. Note that Mapserver does
not provide this.

If you have setup something like Geoserver properly on your dataset you
can look into examples\wfs-t.html for an example.

Best regards,
Bart

>
> Hi All,
>
> I've made layers like this:
>
> wms[4] = new OpenLayers.Layer.WMS.Untiled(
>                    "Tamilnadu
> Road","http://gis.rtbi-iitm.in/cgi-bin/mapserv?map=/var/www/html/v1/mapfile/tnroad.map",
>                    {'layers':
> "tnroad",'transparent':"true"},{'isBaseLayer':false} );
>
> Is it possible that user can make some modifications in this layer
> dynamically  like deleting existing roads or extending some road which
> involved changing existing data in database.....
>
> Any example in this regard will be of great help.
>
> Thanks in Advance :)
>
> Cheers,
> Reena.
> --
> View this message in context:
> http://www.nabble.com/Dynamically-modify-existing-WMS-layers-tp20454218p20454218.html
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>





More information about the Users mailing list