<br><br><div class="gmail_quote">On Thu, Jan 5, 2012 at 10:58 AM, Alexander <span dir="ltr">&lt;<a href="mailto:rhettnaxel@gmail.com">rhettnaxel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear friends,<br>I&#39;m emailing regarding a general question about working with Python and a web-browser based interactive map application. Over the summer I had asked a similar question and heard some things about the Django framework, does anybody have any other suggestions? For example there is a server with all the info about a map, and from a browser a user will be able to view and interact with the map at high speeds.<br>

And please remember to reply to all.<br>Thanks,<span class="HOEnZb"><font color="#888888"><br>-- <br>Alexander<br>7D9C597B<br><br>
</font></span><br>_______________________________________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
<br></blockquote></div><br><div><br></div><div>Django will (most likely) do what it is you want it to do, but you will also need some javascript. For my current project, I&#39;m using JQuery, but I happen to know that Dojo has an <a href="http://download.dojotoolkit.org/release-1.7.1/dojo-release-1.7.1/dojox/geo/charting/tests/test_mapWithLegend.html">interactive map</a> feature in their toolset, so I would check that out dojo.</div>