Skip to content

wheelroute/osrm-frontend-wheelchair-normal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Michael MaierMichael Maier
Michael Maier
and
Michael Maier
Sep 17, 2017
b5aaae8 · Sep 17, 2017
Jan 17, 2017
Nov 4, 2016
Aug 18, 2015
Dec 20, 2016
Oct 20, 2016
Sep 17, 2017
Sep 3, 2015
Sep 3, 2015
Sep 11, 2015
Sep 28, 2015
Sep 2, 2015
Sep 29, 2015
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 17, 2017
Sep 8, 2015
Feb 3, 2017
Nov 10, 2016
Sep 17, 2017

Repository files navigation

OSRM frontend for routing on wheelroute.at

how to update the grey area boundaries:

  • open src/index.js
  • copy value of var geoJSONdata = into a file
  • open this file with JOSM, edit data
  • save file, compress with cat umriss2.geojson |jq "." -c > umriss2s.geojson
  • copy compressed text into index.js, save
  • in the repository root, do: npm install
  • compile with npm start