[ka-Map-users] coordinates
Lorenzo Becchi
lorenzo at ominiverdi.com
Wed Aug 10 13:18:26 EDT 2005
Hi Chris,
if you are looking for the javascript to print coordinates on the fly,
you can just download it from our site.
it is called rischio.js
http://149.139.8.29/~rischio/ka-map-cvs/ka-map/scripts/rischio.js
Then you have to change your index.html in the javascript part.
change:
------------------------------------------------------------------------
--
var kaNav = new kaNavigator( myKaMap );
kaNav.activate();
drawPage();
------------------------------------------------------------------------
--
with:
------------------------------------------------------------------------
--
var kaNav = new kaNavigator( myKaMap );
kaNav.activate();
risc = new rischio( myKaMap );
risc.activate();
drawPage();
------------------------------------------------------------------------
--
let me know for any problem
ciao
Lorenzo
Il giorno 09/ago/05, alle 04:51, Chris Tweedie ha scritto:
> Lorenzo do you have a working copy of your coordinate script you have
> on
> your site?
>
> Thanks,
>
> -----------------------------------------------------------------------
> -
> ---
> Chris Tweedie
> Technical Officer
> Shared Land Services
> Department of Land Information
> 1 Midland Square, Midland, Western Australia 6056
> PO Box 2222 Midland 6936
> Telephone: (08) 9273 7520 Facsimile (08) 9273 7638
> Email: chris.tweedie at dli.wa.gov.au
> Website: www.dli.wa.gov.au
> -----------------------------------------------------------------------
> -
> ---
More information about the ka-Map-users
mailing list