Skip to content

Commit

Permalink
Fix attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 7, 2024
1 parent d579379 commit e283dbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,9 @@ layers:
- boundary:
- national_park
- protected_area
attributes: *poi_attributes
attributes:
<<: *poi_attributes
BBOX_AREA_Z0_PX2: ${feature.bbox.area('z0 px2')}
# gather trees at low zooms
- source: osm
geometry: point
Expand All @@ -566,7 +568,6 @@ layers:
attributes:
<<: *poi_attributes
BBOX: ${feature.bbox}
BBOX_AREA_Z0_PX2: ${feature.bbox.area('z0 px2')}
# gather barriers as areas for rendering
- id: barrier_area
features:
Expand Down

0 comments on commit e283dbd

Please sign in to comment.