Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.