Skip to content

Commit

Permalink
add beach and zoo [#238]
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 10, 2024
1 parent e2ff23d commit 7c0173c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions styles/src/base_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,10 @@ export function labels_layers(
[
"in",
["get", "kind"],
["literal", ["forest", "park", "peak", "marina"]],
[
"literal",
["beach", "forest", "marina", "park", "peak", "zoo"],
],
],
[">=", ["zoom"], ["get", "min_zoom"]],
],
Expand All @@ -1524,7 +1527,10 @@ export function labels_layers(
[
"in",
["get", "kind"],
["literal", ["park", "peak", "forest", "marina"]],
[
"literal",
["beach", "forest", "marina", "park", "peak", "zoo"],
],
],
t.pois.green,
t.earth,
Expand Down

0 comments on commit 7c0173c

Please sign in to comment.