Skip to content

Commit

Permalink
Display dam, weir, and breakwater geometries (close #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 20, 2024
1 parent 0ee7f47 commit 7c705fb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions styles/basemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,28 @@
"layout": {"visibility": "visible"},
"paint": {"fill-color": "#eae0d0"}
},
{
"id": "barrier_area",
"type": "fill",
"source": "trails",
"source-layer": "barrier_area",
"paint": {"fill-color": "#ccc"}
},
{
"id": "barrier_line",
"type": "line",
"source": "trails",
"source-layer": "barrier_line",
"layout": {"line-cap": "butt", "line-join": "round"},
"paint": {
"line-color": "#ccc",
"line-width": [
"interpolate", ["exponential", 2], ["zoom"],
7, 0.5,
18, 12
]
}
},
{
"id": "landuse-exclusion",
"type": "fill",
Expand Down

0 comments on commit 7c705fb

Please sign in to comment.