Skip to content

Commit

Permalink
Replace BBOX with actual useful values
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Nov 11, 2024
1 parent dde2569 commit b651578
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,14 @@ layers:
value: "${feature.osm_changeset}"
- key: OSM_USER_NAME
value: "${feature.osm_user_name}"
- key: BBOX
value: ${feature.bbox}
- key: MIN_LAT
value: ${feature.min_lat}
- key: MIN_LON
value: ${feature.min_lon}
- key: MAX_LAT
value: ${feature.max_lat}
- key: MAX_LON
value: ${feature.max_lon}
- key: BBOX_AREA_Z0_PX2
value: ${feature.bbox.area('z0 px2')}
- key: access
Expand Down

0 comments on commit b651578

Please sign in to comment.