Hi Karsten,
you can use the vendorParams property to send additionally parameters.
Am 04.12.2010 08:59, schrieb karsten vennemann:
[...]
> ...
> // the id control
> var info = new OpenLayers.Control.WMSGetFeatureInfo({
> url:
> '/cgi-bin/mapserv564agg?map=/var/www/mapdata/projects/calipc/ca_base_v2.map',
> title: 'Identify features by clicking',
> queryVisible: true,
> layers: [observations],
instead of
> WEEDSQL: "species_id = 1",
try
vendorParams: {WEEDSQL: "species_id = 1"}
But that would result in an query string like: ...&WEEDSQL=species_id=1
and maybe the server can't handle it because of the 2 equal signs.
I hope this helps... :)
Lars
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users