Skip to content

Commit

Permalink
Add sand
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Apr 27, 2018
1 parent 826ee27 commit adfc873
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,26 @@
}
}
},
{
"id": "landcover_sand",
"type": "fill",
"metadata": {},
"source": "openmaptiles",
"source-layer": "landcover",
"filter": [
"all",
[
"in",
"class",
"sand"
]
],
"paint": {
"fill-antialias": false,
"fill-color": "rgba(232, 214, 38, 1)",
"fill-opacity": 0.3
}
},
{
"id": "landuse",
"type": "fill",
Expand Down

0 comments on commit adfc873

Please sign in to comment.