<div>I like the idea... especially the recent change to display the query results in the control bar above the map.&nbsp; Might need a little refining, but I do think having the option between this method and a standard query button would be nice.
</div>
<div>&nbsp;</div>
<div>-Mike<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/10/06, <b class="gmail_sendername">Paul Spencer</b> &lt;<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Comments requested from community on desirability of this feature<br>being made part of ka-map cvs please :)
<br><br>If I get some generally positive responses then I'll negotiate with<br>Brent to get this into cvs.<br><br>Cheers<br><br>Paul<br><br>On 10-Jan-06, at 12:14 AM, Brent Pedersen wrote:<br><br>&gt; hmmm, you're right--i wonder if that will be the case without the
<br>&gt; alert(). i was keying off mousedown and mouseup, but maybe i can<br>&gt; just use onclick??<br>&gt;<br>&gt;<br>&gt; On 1/9/06, Stephen Woodbridge &lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com
</a>&gt; wrote:<br>&gt; Looks nice, but it has broken the double click to recenter.<br>&gt;<br>&gt; -Steve<br>&gt;<br>&gt; Brent Pedersen wrote:<br>&gt; &gt; hi,<br>&gt; &gt; the new updates to kaMap are looking great, thanks all!
<br>&gt; &gt;<br>&gt; &gt; the main issue i hear from users of kaMap is that it's not<br>&gt; intuitive to<br>&gt; &gt; switch between navigate and query mode (darned google maps!).<br>&gt; &gt; so i added a check in kaNavigator.&nbsp;&nbsp;if the mouseup event occurs
<br>&gt; near a<br>&gt; &gt; mousedown event (within 3 pixels, but easily changed), assume its a<br>&gt; &gt; query, and send the coords to the myQuery function. else the<br>&gt; mouseup and<br>&gt; &gt; mousedown events are far apart, it must be a drag, so carry on as
<br>&gt; usual.<br>&gt; &gt; obviously this only works for point queries, but it avoids turning<br>&gt; &gt; kaNavigator on and off to do simple queries.<br>&gt; &gt;<br>&gt; &gt; it only requires one extra line in startUp.js
:<br>&gt; &gt;<br>&gt; &gt; myKaNavigator.setAutoQuery(1,myQuery);<br>&gt; &gt;<br>&gt; &gt; where myQuery is the function that is called if the mouseup/down are<br>&gt; &gt; near.&nbsp;&nbsp;if that function is not called or it is recalled with 0, the
<br>&gt; &gt; kaMap navigation will behave as before.<br>&gt; &gt;<br>&gt; &gt; a working example (with the default alert() in myQuery) and the<br>&gt; modified<br>&gt; &gt; kaTool.js are currently at:<br>&gt; &gt;<br>&gt; &gt; 
<a href="http://mul-115-1.cnr.berkeley.edu/fire/geoFRAP/map/htdocs/">http://mul-115-1.cnr.berkeley.edu/fire/geoFRAP/map/htdocs/</a><br>&gt; &gt;<br>&gt; &gt; may be useful.<br>&gt; &gt; -brent<br>&gt; &gt;<br>&gt; &gt;<br>
&gt; &gt;<br>&gt; ----------------------------------------------------------------------<br>&gt; --<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; ka-Map-users mailing list<br>&gt; &gt; 
<a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br>&gt; &gt; <a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users</a>
<br>&gt;<br>&gt; _______________________________________________<br>&gt; ka-Map-users mailing list<br>&gt; <a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">
http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; ka-Map-users mailing list<br>&gt; <a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org
</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br><br>+-----------------------------------------------------------------+<br>|Paul Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&nbsp;&nbsp; |<br>+-----------------------------------------------------------------+<br>|Applications &amp; Software Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>
|DM Solutions Group Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.dmsolutions.ca/|">http://www.dmsolutions.ca/|</a><br>+-----------------------------------------------------------------+<br><br><br><br><br>_______________________________________________
<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a><br></blockquote></div><br>