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 <[EMAIL PROTECTED]> Date: 2008/11/8 Subject: Changing tolerance and toleranceunits at the same time. To: [email protected] 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 _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
