<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
We faced two options when we developed our online map: Go with the AJAX
technology (although when we started planning it, I don't think google
maps was not even around!), or go with Java applet technology. It seems
that we are the only NZ Java applet based map around. Whether it was
the right decision or not remains to be seen, but the main advantages
that pushed us in the Java Applet technology direction were:<br>
<br>
1) very small packet sizes. Once the map is loaded, each "view" is
around 10-15kb of vector info (as opposed to a bitmap image of the map)
or less which makes for an instantaneous update, even on dial-up it's
fast.<br>
2) use vector on the servers. Makes it easy to update layers
independantly and keeps the server requirements quite low. We can
handle rather a lot of traffic quite easily with a minimum of servers.<br>
3) Freedom to design the interaction (ie navigation) however we wanted.
Animated zooming, intuitive mouse interaction on both the map and the
overview.<br>
4) The possibility of reusing the Java applet code for other uses later
on (eg, mobile phones, cross platform thin client).<br>
5) easy to add 3rd party layers.<br>
<br>
Of course there are some downsides too, but as I said, it remains to be
seen if we made the right choice.<br>
<br>
Conor Boyd wrote:
<blockquote
 cite="mid8285CB7241FCFC4BB721A6F953F9B35E04891213@nzc-ap-xch-01.ap.trimblecorp.net"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2873" name="GENERATOR">
  <div dir="ltr" align="left"><span class="841581103-25052006"><font
 color="#0000ff" face="Arial" size="2">I'm not dissing TUMONZ Online in
any way, but <a href="http://www.zoomin.co.nz">www.zoomin.co.nz</a>
and <a href="http://maps.google.com">http://maps.google.com</a> both
have street map information for NZ (Google just got updated this week),
Alan.</font></span></div>
  <div dir="ltr" align="left"><span class="841581103-25052006"></span>&nbsp;</div>
  <div dir="ltr" align="left"><span class="841581103-25052006"><font
 color="#0000ff" face="Arial" size="2">C.</font></span></div>
  <br>
  <div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us">
  <hr tabindex="-1"></div>
  <div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us"><font
 size="2"><font face="Tahoma"><b>From:</b> <a class="moz-txt-link-abbreviated" href="mailto:delphi-bounces@ns3.123.co.nz">delphi-bounces@ns3.123.co.nz</a>
[<a class="moz-txt-link-freetext" href="mailto:delphi-bounces@ns3.123.co.nz">mailto:delphi-bounces@ns3.123.co.nz</a>] <b>On Behalf Of </b>Alan Rose<br>
  <span class="841581103-25052006"><font color="#0000ff" face="Arial">&nbsp;</font></span></font></font></div>
  <div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us"><font
 size="2"><span class="031430003-25052006"><font color="#0000ff"
 face="Arial">Hey nice work Phil. I've now bookmarked this as my new
favourite online map. I've been house hunting lately and having a
online map has been real handy finding locations. Perhaps you could get
some sort of hook-up with&nbsp;real-estate websites (trademe etc)</font></span></font></div>
  <div dir="ltr" align="left"><span class="031430003-25052006"></span>&nbsp;</div>
  <div dir="ltr" align="left"><span class="031430003-25052006"></span>&nbsp;</div>
  <div dir="ltr" align="left">
  <hr tabindex="-1"></div>
  <div dir="ltr" align="left"><font face="Tahoma"><font size="2"><b>From:</b>
<a class="moz-txt-link-abbreviated" href="mailto:delphi-bounces@ns3.123.co.nz">delphi-bounces@ns3.123.co.nz</a> [<a class="moz-txt-link-freetext" href="mailto:delphi-bounces@ns3.123.co.nz">mailto:delphi-bounces@ns3.123.co.nz</a>] <b>On
Behalf Of </b>Phil Middlemiss<br>
  <span class="841581103-25052006"><font color="#0000ff" face="Arial">&nbsp;</font></span></font></font></div>
  <div dir="ltr" align="left">Do you like the interface on the TUMONZ
Live mapplet (<a class="moz-txt-link-abbreviated"
 href="http://www.tumonz.co.nz/mapplet.php">www.tumonz.co.nz/mapplet.php</a>)?
We are overhauling the whole TUMONZ interface for version 3 and using
the mapplet navigation style. One thing we have realised as TUMONZ 2
has grown - it has become difficult to use cause we just added stuff to
it all the time. We are spending a lot of time on getting the GUI right
this time so if you want to be part of the beta program, any feedback
you can provide will be welcome.</div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Delphi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a>
<a class="moz-txt-link-freetext" href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a>
  </pre>
</blockquote>
</body>
</html>