[mapserver-users] RE: Changing tolerance and toleranceunits at the same time.
Rui Gomes
ruijgomes at gmail.com
Fri Nov 7 19:06:14 PST 2008
Hi
I find a soluction for may problem, because we can shearch the layer
for the name or for the number of the layer in .map.
So, the soluction is this:
<input... name="map.layer[layer_name]" value="TOLERANCE units"...>
<input... name="map.layer[lnumber_of_layer]" value="TOLERANCEUNITS meters"...>
But is i need to change 3 parameters in the layer?
---------- Forwarded message ----------
From: Rui Gomes <ruijgomes at gmail.com>
Date: 2008/11/8
Subject: Changing tolerance and toleranceunits at the same time.
To: mapserver-users at lists.osgeo.org
Hi...
I know how to change the tolerance of a layer using a form:
<input... name="map.layer[layer_name]" value="TOLERANCE units"...>
but, if i do at the same time:
<input... name="map.layer[layer_name]" value="TOLERANCEUNITS meters"...>
it will not work. 2 inputs have the same name.
There is some way to change both things?
Thanks.
--
Rui Gomes
--
Rui Gomes
More information about the MapServer-users
mailing list