Skip to content

Commit

Permalink
Collect geometry attributes for protected area polygons
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 6, 2024
1 parent 1cb6c58 commit 2061335
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,10 @@ layers:
min_zoom: 4
min_size: 1
include_when: *parks_filter
attributes: *poi_attributes
attributes:
<<: *poi_attributes
BBOX: ${feature.bbox}
BBOX_PROJ_AREA: ${feature.bbox.area('z0 px2')}
# gather barriers as areas for rendering
- id: barrier_area
features:
Expand Down

0 comments on commit 2061335

Please sign in to comment.