Tag Archives: javascript

Implementation of Dijkstra’s Single-Source Shortest-Paths in JavaScript

I’m working on a project where the client wants a cool sliding navigation effect. We’re implementing this with JavaScript/AJAX/DHTML. One of the constraints is that pages can only be reached via certain other pages. For example, if you’re on the … Continue reading

Posted in planet python | Tagged , , , , , | 3 Comments

Google Maps Encoded Polylines

Update 6/30/07: Fixed links to glineenc.py so that it’s actually accessible. Update 7/15/08: Fixed links to glineenc.py again because of change to HTTPS on Trac site. Here’s some Python code (complete with unit and doc tests) for converting a series … Continue reading

Posted in planet python | Tagged , , , , , | 9 Comments