Skip to content

Commit

Permalink
Add layers for landuse track and pitch (fixes #91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caerbannog committed Oct 12, 2023
1 parent 539d052 commit 3f68870
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,22 @@
"fill-opacity": 0.8
}
},
{
"id": "landuse_pitch",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"filter": ["==", "class", "pitch"],
"paint": {"fill-color": "#DEE3CD"}
},
{
"id": "landuse_track",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landuse",
"filter": ["==", "class", "track"],
"paint": {"fill-color": "#DEE3CD"}
},
{
"id": "landuse_cemetery",
"type": "fill",
Expand Down

0 comments on commit 3f68870

Please sign in to comment.