Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://zlant.github.io/parking-lanes/
Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
editor openstreetmap parking
Last synced: about 1 month ago
JSON representation
Parking lanes viewer from OpenStreetMap
- Host: GitHub
- URL: https://zlant.github.io/parking-lanes/
- Owner: zlant
- License: mit
- Created: 2017-12-25T19:33:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:26:59.000Z (about 2 months ago)
- Last Synced: 2024-10-28T15:15:19.512Z (about 2 months ago)
- Topics: editor, openstreetmap, parking
- Language: TypeScript
- Homepage: https://zlant.github.io/parking-lanes/
- Size: 3.69 MB
- Stars: 78
- Watchers: 11
- Forks: 13
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bikeprojects - Parking lanes viewer mit Editor
- awesome-bikeprojects - Parking lanes viewer mit Editor
README
# Parking lanes viewer for OpenStreetMap
- [Open the viewer](https://zlant.github.io/parking-lanes/#16/52.4751/13.4435)
- Learn more about the project [in the launch post](https://www.openstreetmap.org/user/acsd/diary/45026).## Screenshots
Viewer:
Editor:
# Using correct Node version
The correct Node version is specified in `.nvmrc`.For an easy way to automatically use this Node version just for your current shell:
- Install `nvm`
- Using the [install script]https://github.com/nvm-sh/nvm#install--update-script)
- Or using [Homebrew](https://formulae.brew.sh/formula/nvm)
- Run `nvm use` to automatically use the Node version specified in the `.nvmrc`. You may need to
`nvm install`.## Install git hook
Run `npm run prepare`. This will install [Husky](https://github.com/typicode/husky), which will automatically run the command in `.husky/pre-commit` before commiting.
This prevents commits that fail typecheck or the linter being committed (you can always add a type or linter ignore though).