Skip to content

Commit

Permalink
Don't get length on trails since we're not using it yet. Get bbox for…
Browse files Browse the repository at this point in the history
… zoom-to-selection feature
  • Loading branch information
quincylvania committed Nov 14, 2024
1 parent 6ce8463 commit 8abfafe
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 @@ -99,8 +99,14 @@ layers:
value: ${feature.osm_changeset}
- key: OSM_USER_NAME
value: ${feature.osm_user_name}
- key: LENGTH_M
value: ${feature.length('m')}
- 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: access
tag_value: access
- key: atv
Expand Down

0 comments on commit 8abfafe

Please sign in to comment.