[ka-Map-users] cvs updates
Paul Spencer
pspencer at dmsolutions.ca
Thu Jan 19 15:57:59 EST 2006
All, following changes have been made to cvs version:
* fixed bug with populating the map selection list
* fixed problem with keymap drag, should be working now but I had to
change it a bit so please test and report problems ...
* fixed permissions of files in kacache so that regular users can
clear the cache without becoming root
With the keymap thing fixed, I'm pretty close to a release. I need
to go over the list of outstanding issues that Lorenzo put together
and see if anything significant is left.
New Additions ...
* added iframe.html ... suitable to be used as the src of an iframe
for embedding ka-map. This could use some work ... it would be nice
to pass in the name of the map to load and the extents to load at.
* added kaZoomer, an embedded zoom slider, along with images. Its
been added to iframe.html as an example, but not to index.html
To get kaZoomer to work, you need to do the following:
- add the following script tags:
<script type="text/javascript" src="wz_dragdrop.js"></script>
<script type="text/javascript" src="kaZoomer.js"></script>
- add the following to a script element (NOT in a function):
SET_DHTML();
- add the following after myKaMap is initialized:
myKaZoomer = new kaZoomer(myKaMap);
Cheers
Paul
+-----------------------------------------------------------------+
|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