Skip to content

Commit

Permalink
Gather barrier lines and areas separately
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 20, 2024
1 parent c88da4f commit edcdedf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,11 @@ layers:
min_size: 0.5
include_when: *parks_filter
attributes: *poi_attributes
# gather barriers as lines and areas for rendering
- id: barrier
# gather barriers as areas for rendering
- id: barrier_area
features:
- source: osm
geometry: line
geometry: polygon
min_zoom: 7
min_size: 0.5
include_when:
Expand Down Expand Up @@ -607,8 +607,11 @@ layers:
tag_value: natural
- key: waterway
tag_value: waterway
# gather barriers as lines for rendering
- id: barrier_line
features:
- source: osm
geometry: polygon
geometry: line
min_zoom: 7
min_size: 0.5
include_when: *barrier_filter
Expand Down

0 comments on commit edcdedf

Please sign in to comment.