Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zverik/kiirus
Speed limits map
https://github.com/zverik/kiirus
openstreetmap osm pmtiles speed speed-limits
Last synced: 3 days ago
JSON representation
Speed limits map
- Host: GitHub
- URL: https://github.com/zverik/kiirus
- Owner: Zverik
- License: isc
- Created: 2024-12-18T08:30:53.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T08:31:03.000Z (8 days ago)
- Last Synced: 2024-12-21T14:14:45.112Z (4 days ago)
- Topics: openstreetmap, osm, pmtiles, speed, speed-limits
- Language: HTML
- Homepage: https://osmz.ru/kiirus/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speed Limits Map
This is a set of files to prepare an interactive speed limits map.
1. Get a [bounding box](https://boundingbox.klokantech.com/).
2. Put it into `prepare.sh` and `config-kiirus.json` (lat-lon reversed in the latter).
3. Run `./prepare.sh`.
4. Edit `index.html` for the title, the initial location and maybe speed brackets (twice: in the legend and in the code, look for `speeds-`).
5. Run `./serve.sh` and open [localhost:8000](http://localhost:8000) to test the page.
6. Publish `index.html`, `positron.json`, and `kiirus.mbtiles` somewhere.Written by Ilya Zverev, published under the ISC License.