Skip to content

Commit

Permalink
added note on separation tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anerv committed May 25, 2023
1 parent f0fd4f9 commit 13d8e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ study_crs: # The CRS you want to use for the analysis, as string 'EPSG:XXXX'
plot_resolution: 'low'

# Queries used to retrieve the network edges with dedicated bicycle infrastructure from OSM street network data. Update as needed.
# Note, for example, the proposed tag for indicating the type of separation for cycle ways: https://wiki.openstreetmap.org/wiki/Proposal:Separation
bicycle_infrastructure_queries:
A:
"highway == 'cycleway'"
Expand Down Expand Up @@ -61,7 +62,7 @@ simplify_tags_queries:
- "cycleway in ['lane','track','opposite_lane','opposite_track','designated','crossing'] and oneway_bicycle == 'yes'"
- "cycleway_both in ['lane','track','opposite_lane','opposite_track','designated','crossing'] and oneway_bicycle == 'yes'"


# Note that the new tag 'separation' in some areas also are used for indicating protected cycle ways https://wiki.openstreetmap.org/wiki/Proposal:Separation
osm_bicycle_infrastructure_type:
'protected':
- "highway == 'cycleway'"
Expand Down

0 comments on commit 13d8e25

Please sign in to comment.