Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leifgehrmann/ncn-milepost-openstreetmap-map
Generates a map of National Cycle Network mileposts using data from OpenStreetMap, rendered using Map-engraver.
https://github.com/leifgehrmann/ncn-milepost-openstreetmap-map
cycling maps openstreetmap
Last synced: about 16 hours ago
JSON representation
Generates a map of National Cycle Network mileposts using data from OpenStreetMap, rendered using Map-engraver.
- Host: GitHub
- URL: https://github.com/leifgehrmann/ncn-milepost-openstreetmap-map
- Owner: leifgehrmann
- License: mit
- Created: 2021-07-26T19:28:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T06:06:59.000Z (10 months ago)
- Last Synced: 2024-03-15T07:28:16.596Z (10 months ago)
- Topics: cycling, maps, openstreetmap
- Language: Python
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncn-milepost-openstreetmap-map
Generates a map of National Cycle Network mileposts using data from
OpenStreetMap, rendered using [Map-engraver].## Output
| Light mode | Dark mode |
|-|-|
| ![A map of Millennium Mileposts in the United Kingdom, by Type. (Light variant)](http://ncn-milepost-openstreetmap-map.leifgehrmann.com/map-light.svg) | ![A map of Millennium Mileposts in the United Kingdom, by Type. (Dark variant)](http://ncn-milepost-openstreetmap-map.leifgehrmann.com/map-dark.svg) |Millennium Milepost data: © OpenStreetMap contributors ([Overpass query]);
Coastline and lake data: [NaturalEarthData.com];[Map-engraver]: https://github.com/leifgehrmann/map-engraver
[Overpass query]: https://overpass-turbo.eu/s/HMg
[NaturalEarthData.com]: https://www.naturalearthdata.com/downloads/10m-physical-vectors/## How to run
```shell
make install
make main
```