Skip to content

Commit

Permalink
Move park point to separate layer
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 5, 2024
1 parent b35a402 commit 7106fd2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ layers:
monitoring:tide_gauge: yes
monitoring:flow_rate: yes
attributes: *poi_attributes
# gather protected areas as polygons
- id: park
features:
# gather protected areas as polygons
- source: osm
geometry: polygon
min_zoom: 4
Expand All @@ -505,7 +505,9 @@ layers:
- national_park
- protected_area
attributes: *poi_attributes
# gather protected areas as points
# gather protected areas as points
- id: park_poi
features:
- source: osm
geometry: polygon_centroid_if_convex
min_zoom: 4
Expand Down

0 comments on commit 7106fd2

Please sign in to comment.