[mapserver-users] How to Remove Layer
Pietro Giannini
pgiannini at bytewise.it
Fri Jan 16 04:26:27 PST 2009
<?php
$layerObj = $mapObj->getLayerByName("NameOfTheLayer");
$mapObj->removeLayer($layerObj->index);
?>
C# is similar.
ciao
......................pg
--
Pietro Giannini
Bytewise srl - Area GIS
41°50'38.58"N 12°29'13.39"E
On Ven, Gennaio 16, 2009 07:09, Venkat Rao Tammineni wrote:
> Dear All,
>
>
>
> How to remove layer based on not based on index. Is it possible to
> remove
> layer based on name.
>
>
>
> I am waiting for your great response.
>
>
>
> Advanced Thanks
>
>
>
> Regards
>
> Venkat.
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
More information about the MapServer-users
mailing list