Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjaschen/gravel-overlay
Vector Map Style for Gravel Overlay
https://github.com/mjaschen/gravel-overlay
Last synced: 30 days ago
JSON representation
Vector Map Style for Gravel Overlay
- Host: GitHub
- URL: https://github.com/mjaschen/gravel-overlay
- Owner: mjaschen
- License: mit
- Created: 2022-06-22T06:00:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T06:53:25.000Z (5 months ago)
- Last Synced: 2024-10-16T08:55:42.807Z (3 months ago)
- Language: HTML
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gravel Overlay
## Links / Documentation
- [Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/)
- [Expressions](https://docs.mapbox.com/mapbox-gl-js/style-spec/expressions/)
- [How to test for nulls with new expression syntax?](https://github.com/mapbox/mapbox-gl-js/issues/5761) → `["!", ["has", field]]`## Development
- Upload `style.json` in Maputnik
- Edit
- Export → Download
- `make style.json` copies downloaded file from `~/Downloads` to `./style.json`## Deployment
```shell
make install-in-bikerouter
```Replaces sources URL and stores style in `gravel-style.json`. Copies style to Bikerouter sources.
Deployment via standard Bikerouter deployment process.