[ka-Map-users] Does there exist any plotting funtions yet?
Paul Spencer
pspencer at dmsolutions.ca
Mon Sep 26 18:14:16 EDT 2005
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/|
+-----------------------------------------------------------------+
More information about the ka-Map-users
mailing list