Hi Bill,<br><br>that's the right way to do it. What I meant is setting the tolerance via URL, in your case it would be sth like <a href="http://youhost/...&map_layer_0_tolerance=1&map_layer_0_toleranceunits=feet">
http://youhost/...&map_layer_0_tolerance=1&map_layer_0_toleranceunits=feet</a> (I don't know if the underscores in your layer name won't affect the functionality so I'm assuming that it is the first layer in the mapfile and using the index of it). More information can be found on
<a href="http://mapserver.gis.umn.edu/docs/reference/cgi/controls">http://mapserver.gis.umn.edu/docs/reference/cgi/controls</a> in the very last chapter "<a name="changing-map-file-parameters-via-a-form-or-a-url">Changing map file parameters via a form or a URL
</a>".<br><br>Hopefully it helps Marc with his issue.<br><br>Regards,<br>Dmitri<br><br><div><span class="gmail_quote">2007/7/20, Bill Woodall <<a href="mailto:bwoodall@bwoodall.org">bwoodall@bwoodall.org</a>>:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi All<br><br>What has worked for me in using TOLERANCE is to put it into the mapfile<br>( if you are using MapServer) like ;
<br><br> LAYER<br> NAME Scrub_and_Chaparral<br> TEMPLATE blank<br> TOLERANCE 1<br> TOLERANCEUNITS feet<br> METADATA<br> "wms_title" "Scrub_and_Chaparral"
<br> "wms_include_items" "CATEGORY,LEGEND,SOURCE"<br> END<br> TYPE POLYGON<br> STATUS ON<br> DATA Scrub_and_Chaparral<br><br>......Bill,<br><br>On Thu, 2007-07-19 at 20:08 +0200, Dmitri Mizerkin wrote:
<br>> Hi Marc,<br>><br>> in a WMS/WFS service request the attribute you are looking for is<br>> called TOLERANCE. I think this should do it when set as a parameter in<br>> getFullRequestString function (see user recipies:
<br>> <a href="http://trac.openlayers.org/wiki/GetFeatureInfo">http://trac.openlayers.org/wiki/GetFeatureInfo</a>).<br>><br>> Hopefully it helps you out.<br>><br>> Cheers,<br>> Dmitri<br>><br>> 2007/7/19, Marc Desharnais <
<a href="mailto:marc.desharnais@ec.gc.ca">marc.desharnais@ec.gc.ca</a>>:<br>> Hi all,<br>><br>> I search for an attribute to set to make it easier to click on<br>> points to<br>> get some info about them.
<br>> I tried some things like RADIUS or REDIUS (saw that on a page<br>> on<br>> internet) but nothing works.<br>><br>> I just want it to be easier to click on the point if it's
<br>> possible, a<br>> couple of pixels more.<br>><br>><br>> Thank in advance,<br>><br>> Marc<br>> _______________________________________________<br>> Users mailing list
<br>> <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>> <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br>> _______________________________________________
<br>> Users mailing list<br>> <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>> <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br><br></blockquote>
</div>