https://github.com/k-yle/osm-simple-route-editor
📍 A web editor that lets you quickly modify OpenStreetMap route relations
https://github.com/k-yle/osm-simple-route-editor
Last synced: 9 months ago
JSON representation
📍 A web editor that lets you quickly modify OpenStreetMap route relations
- Host: GitHub
- URL: https://github.com/k-yle/osm-simple-route-editor
- Owner: k-yle
- Created: 2023-07-01T04:50:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T13:22:01.000Z (about 2 years ago)
- Last Synced: 2025-01-15T21:25:26.854Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://osm-simple-route-editor.kyle.kiwi
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple OSM Route Editor
[](https://github.com/k-yle/osm-simple-route-editor/actions/workflows/ci.yml)

📍 A web editor that lets you quickly modify OpenStreetMap route relations.
Visit [osm-simple-route-editor.kyle.kiwi](https://osm-simple-route-editor.kyle.kiwi) to start editing!
Info for Software Developers (click to expand)
**Setup:**
- Install VSCode including [all the recommended extensions](.vscode/extensions.json)
- Install NodeJS v18 or newer
- Install yarn
- Clone the repo
- run `yarn` to install dependencies
**Usage:**
- run `yarn start` to start the dev server - you must use `127.0.0.1:3000`, `localhost:3000` won't work due to the way OSM OAuth works
- run `yarn lint` and `yarn test` to check the code