Hi Marc,<br><br>if you are using UMN MapServer, you always have an opportunity to change the parameters of a class in a mapfile via URL. The URL should look like this:<br><a href="http://yourhostname/cgi-bin/mapserv.exe?map=yourmapfilepath&amp;REQUEST=GetFeatureInfo&amp;...&amp;layer_youlayername_class_yourclassname_tolerance=5">
http://yourhostname/cgi-bin/mapserv.exe?map=yourmapfilepath&amp;REQUEST=GetFeatureInfo&amp;...&amp;layer_youlayername_class_yourclassname_tolerance=5</a><br>whereby &quot;yourlayername&quot; and &quot;yourclassname&quot; stay for the layer name and the class representing the layer as defined in the mapfile.
<br><br>If you are using another GIS server as for instance GeoServer, that doesn&#39;t support mapfiles and custom classes, you should look for a workaround. I would suggest to use the GetFeature request (WFS service) instead of GetFeatureInfo (WMS), because in this case you don&#39;t have to explicitly define the map position (parameters X and Y). Instead of this you only type a BBOX (minimum and maximum values for latitude and longitude) in your URL, which defines the area of interest, and the response you get from the server will contain all the features in this box. The BBOX could easily be computed via javascript.
<br><br>If none of those suggestions is helpful, please describe your configuration and your actions in detail so I could exactly understand what you are doing and what you&#39;re trying to achieve.<br><br>Regards,<br>Dmitri
<br><br><div><span class="gmail_quote">2007/7/19, Marc Desharnais &lt;<a href="mailto:marc.desharnais@ec.gc.ca">marc.desharnais@ec.gc.ca</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;">



  

<div bgcolor="#ffffff" text="#000000">
Hi Dmitri,<br>
<br>
I tried to make a manual query with this parameter without success. <br>
<br>
Usecase (this is part of the query referring to the place where the
click is made): <br>
SUCCESS :&nbsp;&nbsp;&nbsp; X=235&amp;Y=503<br>
FAILURE :&nbsp;&nbsp;&nbsp; X=235&amp;Y=504<br>
FAILURE :&nbsp;&nbsp;&nbsp; X=235&amp;Y=504&amp;TOLERANCE=5<br>
<br>
So the TOLERANCE parameter doesn&#39;t affect the query...<br>
<br>
I tried to search internet for any wms parameter refering to TOLERANCE
but could&#39;nt get any information about it. If you can provide any clue
about how to use it, or any documentation referring to it please help.<br>
<br>
<br>
Thank you :)<br><span class="sg">
<br>
Marc</span><div><span class="e" id="q_113dffb7bef69e1e_2"><br>
<br>
<br>
<br>
Dmitri Mizerkin wrote:
<blockquote cite="http://mid54584fb80707191108r72dbf463rd8c16d1440f78e9c@mail.gmail.com" type="cite">Hi Marc,<br>
  <br>
in a WMS/WFS service request the attribute you are looking for is
called TOLERANCE. I think this should do it when set as a parameter in
getFullRequestString function (see user recipies: <a href="http://trac.openlayers.org/wiki/GetFeatureInfo" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://trac.openlayers.org/wiki/GetFeatureInfo</a>).<br>
  <br>
Hopefully it helps you out.<br>
  <br>
Cheers,<br>
Dmitri<br>
  <br>
  <div><span class="gmail_quote">2007/7/19, Marc Desharnais &lt;<a href="mailto:marc.desharnais@ec.gc.ca" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
marc.desharnais@ec.gc.ca</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>
I search for an attribute to set to make it easier to click on points
to
    <br>
get some info about them.<br>
I tried some things like RADIUS or REDIUS (saw that on a page on<br>
internet) but nothing works.<br>
    <br>
I just want it to be easier to click on the point if it&#39;s 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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Users@openlayers.org</a><br>
    <a href="http://openlayers.org/mailman/listinfo/users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://openlayers.org/mailman/listinfo/users</a><br>
  </blockquote>
  </div>
</blockquote>
<br></span></div></div></blockquote></div>