Radverkehrsatlas provides access to bicycle infrastructure data from OpenStreetMap (OSM) for administrative staff. The OSM data is processed and visualized in multiple map views. The integrated verification process provided a way for administrations to check the given data and provide feedback – internally and to the community. Based on this data, administrations can plan new bike lanes and networks and maintain existing infrastrucutre.
The backend, for processing and storing the geographic data, is located at atlas-geo.
We use React as a Frontend Framework and Vite for building and serving. The styling is done via Tailwind CSS.
For VS Code we recommended some extensions.
To test the login, you need to setup your own OSM OAuth 2-Application, see osm-auth and use update the credentials.
See /scripts/MapboxStyles/README.md on how to fetch updated style definitions from Mapbox.
Install npm packages, then continue.
# Start the development server
npm start
# For building to `dist/`
npm run build
If you find any bugs, feel free to open an issue in this repository.
This project is licensed under the AGPL-3.0 License - see the LICENSE.md file for more information.
It contains dependencies which have different Licenses, see package.json
.
- Thank you Vite and Vitest
- Thank you React Location
- Thank you Tailwind CSS, Tailwind UI and Headless UI