Skip to content

samcantwell/safe-cycling-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe Cycling Map

A map showing how safe a street is for cycling, based on (arbitrary) metrics. See the key for how street safety is calculated.

I have added some tag selectors to capture the detailed tagging of bike lanes in Melbourne. All the other work has been done by Jake Coppinger

This data is not guaranteed to be accurate.

When zoomed in close, individual road and bicycle lanes are shown. When zoomed out, streets are coloured by their safety ratings.

Disclaimer

Warning: This is an arbitrary rating system. Data is open source and not guaranteed to be accurate.

This map uses OpenStreetMap data. It is not a complete or accurate map of the world and should not be used in such a manner that deficiencies, omissions, inaccuracies or errors could result in death, loss or injury. The maps are an iterative ongoing work-in-progress and everyone is welcome to contribute editing the OpenStreetMap data if you spot inaccuracies. (warning courtesy of CyclOSM)

Contributing: Found a mislabelled street? You can fix it!

Head to https://bikemaps.org/blog/post/improving-bicycling-data-on-openstreetmap for instructions on how to fix OpenStreetMap data.

Screenshot of map

A map of bike infrastructure using osm2streets output.

Uses osm2streets-vector-tileserver, a vector tileserver I wrote to generate Protobuf GeoJSON vector tiles using the JS bindings to osm2streets (which is written in Rust).

Local development

See instructions for setting up the backend tileserve at https://github.com/jakecoppinger/osm2streets-vector-tileserver

Install packages: nvm install npm i --legacy-peer-deps

Run dev server: npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It bundles React in production mode and optimizes the build for the best performance.

License

GNU GPL v3

About

Branch of Jake Coppinger's safe cycling map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.7%
  • TypeScript 24.9%
  • CSS 2.7%
  • HTML 1.7%