Hi list, 

I would like to get all layers having CONNECTIONTYPE = WMS 
in map file and display on the client side. 

I can do it in the cartoserver using :
        $map = $this->serverContext->getMapObj();
        $layer = $map->getLayer($layerIndex);
        if ($layer->connectionType = MS_WMS) {

but any idea how to get this in the cartoclient side ? ... and then display
the list using templates. How to get the session element from server to client 
? 

Thanks for your help. 
Francois



-- 
Ce message a ete verifie par MailScanner pour des virus ou des polluriels et 
rien de suspect n'a ete trouve.

Les donnees et renseignements contenus dans ce message sont personnels, 
confidentiels et prives. Toute publication, utilisation ou diffusion, meme 
partielle, doit etre autorisee.

Any data and information contained in this electronic mail is personal, 
confidential and secret. Any total or partial publication, use or distribution 
must be authorized.

_______________________________________________
Cartoweb-users mailing list
[email protected]
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to