Skip to content

brandboat/Routing-On-OSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a4af2b · Oct 28, 2018

History

22 Commits
Aug 14, 2014
Jan 16, 2015
Jan 8, 2015
Jan 16, 2015
Dec 9, 2014
Oct 28, 2018
Aug 14, 2014
Aug 14, 2014
Jan 8, 2015
Aug 14, 2014

Repository files navigation

Routing on Openstreetmap !

Demo : http://routingonosm-brandboat.rhcloud.com/

Environment :

  • os: Ubuntu 12.04
  • nodejs: 0.10
  • postgresql: 9.1
  • pgrouting: 9.1 (based on postgresql)
  • postGIS: 2.0

How to use :

  1. install nodejs 0.10 , postgresql9.1, postGIS2.0, pgrouting
  2. psql -U username -d dbname
  3. CREATE EXTENSION postgis;
  4. CREATE EXTENSION pgrouting;
  5. download map data from openstreetmap
  6. osm2pgrouting -file "sampledata.osm"
    -conf "/usr/share/osm2pgrouting/mapconfig.xml"
    -dbname DBNAME
    -user USERNAMWE
    -clean
  7. node server.js

for further information, please go to : http://brandboat.github.io/blog/2014/08/16/Routing_on_OSM/ (Chinese)

About

postgresql + postgis + pgrouting + nodejs + OSM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages