Getting layer properties

Jim O'Leary joleary.public at gmail.com
Sun Oct 1 13:28:54 EDT 2006


I can open a map and then iterate through the layers like this:

        $layerCollection = $map->GetLayers();
        $count = $layerCollection->GetCount();
        for($i=0;$i<$count;$i++)
        {
           $nextLayer = $layerCollection->GetItem($i);
        }
  
I'd like next to get the properties for each layer, something like:
     
         $propertiesCollection = $nextLayer->GetProperties();

But I don't see any method for that. Is there a way to do it?

Thanks.       
-- 
View this message in context: http://www.nabble.com/Getting-layer-properties-tf2365772.html#a6590676
Sent from the OSGeo MapGuide mailing list archive at Nabble.com.





More information about the Mapguide-users mailing list