super simple shortestpaths for opentreetmap
plain Dijkstra implementation in scala with a rest-ful WebAPI
$ git clone git://github.com/orangeman/osm_routing.git && cd osm_routing
$ sbt
> update
> parse osm
> jetty-run
released under the GPLv3 license.