I was wondering the same thing:&nbsp; Do you sleep Paul???<br>
<br>
I'm going to have to poke at the code.&nbsp; I'd be REALLY interested
in getting it worked into Chameleon.&nbsp; I'm gathering it might
require a re-vamp of Chameleon??, and of course more dev time for
ka-Map...<br>
<br>
Can you comment to the list Paul as to what kind of effort this will
involve?&nbsp; So we can either get excited in the short term or wait
patiently for the future.&nbsp; I have a bunch of sites to develop
using Chameleon over the next while and this kind of speed would
certainly make me very happy.&nbsp; Especially if it's something I
could potentially upgrade to fairly easily when it's ready.<br>
<br>
Liz Godwin<br><br><div><span class="gmail_quote">On 5/18/05, <b class="gmail_sendername">Jacob Delfos</b> &lt;<a href="mailto:jacob.delfos@maunsell.com">jacob.delfos@maunsell.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div><font face="Arial" size="2">Paul,</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">You must have been extremely busy with all that. Do 
you in fact sleep?</font></div>
<div><font face="Arial" size="2">The performance from here (other side of the world) 
is fantastic, and the navigation very smooth and nice. Look forward to seeing 
this integrated into Chameleon.</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">Jacob</font></div><div><span class="e" id="q_103eee518707cc66_1">
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">-----Original Message-----<br>From: <a href="mailto:chameleon-bounces@lists.maptools.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">chameleon-bounces@lists.maptools.org
</a> 
[mailto:<a href="mailto:chameleon-bounces@lists.maptools.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">chameleon-bounces@lists.maptools.org</a>] On Behalf Of Paul Spencer<br>Sent: 
18 May 2005 05:14<br>To: <a href="mailto:mapserver-users@dmsolutions.ca" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mapserver-users@dmsolutions.ca</a>; 
<a href="mailto:%27chameleon@lists.maptools.org%27" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">'chameleon@lists.maptools.org'</a><br>Subject: 
[Chameleon] ka-Map: new open source project</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">ka-Map: new open source 
project<br>===============================</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2"><a href="http://ka-Map.maptools.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://ka-Map.maptools.org/</a></font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">DM Solutions Group is pleased to annouce the 
release of a new MapTools <br>open source project aimed at the growing interest 
in highly interactive, <br>javascript mapping applications based on 
MapServer.&nbsp; Here are some <br>details ...</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">ka-Map provides many of the features that one 
should expect in a <br>state-of-the-art web-mapping application.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Features include:</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* tile-based continuous panning</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* no page reloading</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* keymap, legend and scalebar</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* zoom in/zoom out</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* keyboard navigation</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* sliding effects for panning on double click (ok, 
that one's for fun!)</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">We have also implemented some advanced features 
that are more in tune <br>with the MapServer community's needs:</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* configuration can include multiple map files with 
different extents, <br>image formats, and scales for each map file.&nbsp; Client 
side interface can <br>include the ability to change between map 
files</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* ability to have layer visibility controls by 
drawing each GROUP as a <br>separate HTML layer on the client side</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* ability to use HTML legend template to build more 
advanced layer controls</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* flexible tile caching system</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">* separation of the javascript logic from the HTML 
page to provide an <br>API with which to build your applications</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">ka-Map is built on AJAX principles and uses the 
XmlHttpRequest object to <br>communicate with the server, providing a much more 
responsive user <br>interface.&nbsp; The server side is implemented using 
PHP/MapScript (what <br>else!) but could easily be replaced with anything that 
would spit out <br>the equivalent javascript in response to the various 
requests.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">ka-Map uses cached tiles generated on demand by 
drawing much larger map <br>images and slicing them up.&nbsp; The caching 
mechanism is currently quite <br>simplistic and could not handle large data 
projects, but it is <br>definitely sufficient for getting started.&nbsp; There 
are issues with this <br>kind of tile generation, but it is almost essential for 
performance <br>given the current state of the art.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">ka-Map is aiming to be an API for developing 
mapping applications.&nbsp; As <br>such, we are hoping it will be picked up by, 
and integrated into, some <br>of the other open source projects such as 
MapBender, ZMapServer, <br>GeoServer, and (of course) Chameleon.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">The home of ka-Map is:</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2"><a href="http://ka-Map.maptools.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://ka-Map.maptools.org</a></font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Downloads and CVS are not quite ready, but you can 
try out the interface <br>by visiting our first public site based on this 
technology (basic <br>features only in this one):</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2"><a href="http://maps.dmsolutions.ca/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://maps.dmsolutions.ca/</a></font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Subscribe to the user list to find out when 
downloads and CVS access are <br>available, and also to participate in the 
ongoing development and <br>testing of this new technology.</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2"><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a></font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">We are hoping this project will engage the 
MapServer community's <br>interest and gain momentum from user 
contributions.&nbsp; Please join up and <br>start contributing if you are 
interested in this technology!</font></div>
<div>&nbsp;</div>
<div><font face="Arial" size="2">Sincerely,</font></div>
<div>&nbsp;</div>
</span></div><div><font face="Arial" size="2">Paul<br>-- 
<br>+-----------------------------------------------------------------+<span class="q"><br>|Paul
Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<a href="mailto:pspencer@dmsolutions.ca" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">pspencer@dmsolutions.ca</a>&nbsp;&nbsp; 
|<br>+-----------------------------------------------------------------+<br>|Applications 
&amp; Software 
Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
|<br>|DM Solutions Group 
Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<a href="http://www.dmsolutions.ca/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.dmsolutions.ca/</a>|<br>+-----------------------------------------------------------------+<br>_______________________________________________
<br></span><span class="q">Chameleon 
mailing list<br><a href="mailto:Chameleon@lists.maptools.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Chameleon@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/chameleon" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.maptools.org/mailman/listinfo/chameleon</a><br></span></font></div>

<br>_______________________________________________<br>Chameleon mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Chameleon@lists.maptools.org">Chameleon@lists.maptools.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.maptools.org/mailman/listinfo/chameleon" target="_blank">
http://lists.maptools.org/mailman/listinfo/chameleon</a><br><br><br></blockquote></div><br>