Skip to content

Commit

Permalink
Return actual area not bbox area
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 12, 2024
1 parent 19e7ea6 commit edef903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ layers:
value: ${feature.max_lat}
- key: MAX_LON
value: ${feature.max_lon}
- key: BBOX_AREA_Z0_PX2
value: ${feature.bbox.area('z0 px2')}
- key: AREA_Z0_PX2
value: ${feature.area('z0 px2')}
- key: access
tag_value: access
- key: amenity
Expand Down

0 comments on commit edef903

Please sign in to comment.