[ka-Map-users] Does there exist any plotting funtions yet?

Paul Spencer pspencer at dmsolutions.ca
Tue Sep 27 11:50:58 EDT 2005


it was just an example :)  But to me, the query tool is "what is  
this?" ...

Cheers

Paul

On 27-Sep-05, at 11:43 AM, Clark Endrizzi wrote:

> Thanks,
> I'll take a look at that.
>
> As per your suggestion Paul, I did it and it works great.  The help  
> cursor is very appropriate but it brings up another point.  Why the  
> help icon for the query tool?  Why not use crosshairs.  I modified  
> mine and it looks a lot nicer IMHO..
>
> thanks,
> Clark
>
> On 9/27/05, Brent Pedersen <bpederse at gmail.com> wrote: hi clark,  
> i've done some of this:
> http://128.32.253.220/kamapdev/htdocs/index3.html
>
> you can see the code in stuff.js
>
> i also have a polyline class started but have trouble with  
> SCALE_CHANGED events linked via
> registerForEvent().
> if anyone wants to fix that (and post the solution) it's in  
> polyline.js. it calls a perl/GD script.
>
> -b
>
>
> On 9/27/05, Clark Endrizzi < cendrizzi at gmail.com> wrote: Thanks,  
> works great.
>
> 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.
>
> Google does this stuff pretty good: http://labs.google.com/ 
> ridefinder.  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.
>
> 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.
>
> Thanks,
> Clark
>
>
> On 9/26/05, Paul Spencer < pspencer at dmsolutions.ca> wrote: Clark,
>
> you can do the following:
>
> var canvas = myKaMap.createDrawingCanvas( 500 ); //zindex=500
> var img = document.createElement( 'img' );
> img.src = 'images/myMarker.png';
> myKaMap.addObjectGeo( canvas, lon, lat, img );
>
> Cheers
>
> Paul
>
> On 26-Sep-05, at 6:04 PM, Clark Endrizzi wrote:
>
> > Just curious since I don't want to duplicate efforts.  Basically,
> > much like you can do with google, I want to plot some places.  I
> > haven't really seen this.
> >
> > If this hasn't been done then I would be curious to know if anyone
> > has any ideas on how to best do this?
> >
> > On a seperate issue, I got today's CVS stuff and am not sure how to
> > get the check boxes to disable layers (I saw that on at least one
> > page).  That is very cool and I would like to try that.  Got any
> > pointers?
> >
> > Thanks,
> > --
> > -Clark Endrizzi
> > _______________________________________________
> > ka-Map-users mailing list
> > ka-Map-users at lists.maptools.org
> > http://lists.maptools.org/mailman/listinfo/ka-map-users
> >
>
> +-----------------------------------------------------------------+
> |Paul Spencer                           pspencer at dmsolutions.ca   |
> +-----------------------------------------------------------------+
> |Applications & Software Development                              |
> |DM Solutions Group Inc                 http://www.dmsolutions.ca/|
> +-----------------------------------------------------------------+
>
>
>
>
>
>
>
> -- 
> -Clark Endrizzi
>
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users
>
>
>
>
>
>
> -- 
> -Clark Endrizzi
> _______________________________________________
> ka-Map-users mailing list
> ka-Map-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/ka-map-users
>

+-----------------------------------------------------------------+
|Paul Spencer                           pspencer at dmsolutions.ca   |
+-----------------------------------------------------------------+
|Applications & Software Development                              |
|DM Solutions Group Inc                 http://www.dmsolutions.ca/|
+-----------------------------------------------------------------+






More information about the ka-Map-users mailing list