Hi Bill,<br><br>that&#39;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/...&amp;map_layer_0_tolerance=1&amp;map_layer_0_toleranceunits=feet">
http://youhost/...&amp;map_layer_0_tolerance=1&amp;map_layer_0_toleranceunits=feet</a> (I don&#39;t know if the underscores in your layer name won&#39;t affect the functionality so I&#39;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 &quot;<a name="changing-map-file-parameters-via-a-form-or-a-url">Changing map file parameters via a form or a URL
</a>&quot;.<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 &lt;<a href="mailto:bwoodall@bwoodall.org">bwoodall@bwoodall.org</a>&gt;:</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>&nbsp;&nbsp;&nbsp;&nbsp;LAYER<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME Scrub_and_Chaparral<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TEMPLATE blank<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TOLERANCE 1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TOLERANCEUNITS feet<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_title&quot; &quot;Scrub_and_Chaparral&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wms_include_items&quot;&nbsp;&nbsp;&quot;CATEGORY,LEGEND,SOURCE&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE POLYGON<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STATUS ON<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DATA Scrub_and_Chaparral<br><br>......Bill,<br><br>On Thu, 2007-07-19 at 20:08 +0200, Dmitri Mizerkin wrote:
<br>&gt; Hi Marc,<br>&gt;<br>&gt; in a WMS/WFS service request the attribute you are looking for is<br>&gt; called TOLERANCE. I think this should do it when set as a parameter in<br>&gt; getFullRequestString function (see user recipies:
<br>&gt; <a href="http://trac.openlayers.org/wiki/GetFeatureInfo">http://trac.openlayers.org/wiki/GetFeatureInfo</a>).<br>&gt;<br>&gt; Hopefully it helps you out.<br>&gt;<br>&gt; Cheers,<br>&gt; Dmitri<br>&gt;<br>&gt; 2007/7/19, Marc Desharnais &lt;
<a href="mailto:marc.desharnais@ec.gc.ca">marc.desharnais@ec.gc.ca</a>&gt;:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hi all,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I search for an attribute to set to make it easier to click on<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; points to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get some info about them.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I tried some things like RADIUS or REDIUS (saw that on a page<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; internet) but nothing works.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I just want it to be easier to click on the point if it&#39;s
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; possible, a<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; couple of pixels more.<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank in advance,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Marc<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Users mailing list
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br>&gt; _______________________________________________
<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>&gt; <a href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a><br><br></blockquote>
</div>