Thanks, works great.<br>
<br>
I do wonder however if there is a way to add a mouse even function
(like a single click) to one of my markers I would be very
impressed if Ka Map has this already since that seems like that would
be very hard.<br>
<br>
Google does this stuff pretty good:
<a href="http://labs.google.com/ridefinder">http://labs.google.com/ridefinder</a>. In my case I don't really care
about the pop up bubble windows (even though it's awesome) since when
users click on my markers I would rather have it display the
information in a side dialog box or something. However, if we
could get a workable way of clicking on a marker than it appears that
adding what google has wold be trivial since you can currently add and
take away images.<br>
<br>
The thing that I'm impressed with is the dealing with transparency in
the images so that the transparent part of the image is
non-clickable. If Ka Map doesn't currently support any way of
detecting clicks on images attached to a map then I would like to try
doing this. If you have any pointers on the best way to do this I
would be thankful since I would rather have this benefit
everyone. I'm getting pretty far in my understanding of the code
but I still have a ways to go so let me know.<br>
<br>
Thanks,<br>
Clark<br><br><div><span class="gmail_quote">On 9/26/05, <b class="gmail_sendername">Paul Spencer</b> <<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Clark,<br><br>you can do the following:<br><br>var canvas = myKaMap.createDrawingCanvas( 500 ); //zindex=500<br>var img = document.createElement( 'img' );<br>img.src = 'images/myMarker.png';<br>myKaMap.addObjectGeo( canvas, lon, lat, img );
<br><br>Cheers<br><br>Paul<br><br>On 26-Sep-05, at 6:04 PM, Clark Endrizzi wrote:<br><br>> Just curious since I don't want to duplicate efforts. Basically,<br>> much like you can do with google, I want to plot some places. I
<br>> haven't really seen this.<br>><br>> If this hasn't been done then I would be curious to know if anyone<br>> has any ideas on how to best do this?<br>><br>> On a seperate issue, I got today's CVS stuff and am not sure how to
<br>> get the check boxes to disable layers (I saw that on at least one<br>> page). That is very cool and I would like to try that. Got any<br>> pointers?<br>><br>> Thanks,<br>> --<br>> -Clark Endrizzi
<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>><br><br>+-----------------------------------------------------------------+<br>|Paul
Spencer
<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a> |<br>+-----------------------------------------------------------------+<br>|Applications
& Software
Development |<br>|DM
Solutions Group
Inc
<a href="http://www.dmsolutions.ca/|">http://www.dmsolutions.ca/|</a><br>+-----------------------------------------------------------------+<br><br><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>-Clark Endrizzi
<br>