[OpenLayers-Users] openlayers + mapserver + query parameters ??

bartvde at osgis.nl bartvde at osgis.nl
Tue Aug 18 01:09:44 EDT 2009


Hi,

it should work, if you pass in the necessary additonal url parameters
(check the Mapserver CGI interface for details), try something like:

new OpenLayers.Layer.MapServer( "xxx", url, {layers: 'basic', mode:
'itemquery', anotherparam: 'bla'}, {singleTile: true} );

Best regards,
Bart

> I wanted to ask if OpenLayers.Layer.MapServer supported the itemquerymap
> and itemnquerymap parameters that MapServer offers and if so, what params
> to use in the constructor?  OpenLayers 2.8, MapServer 5.4.2 Thanks in
> advance.
>
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>





More information about the Users mailing list