Skip to content

Commit

Permalink
Add oneway to moreFields for path like highways
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored and tyrasd committed Feb 28, 2024
1 parent 75fa0e8 commit 3e5e99f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/presets/highway/crossing.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"moreFields": [
"flashing_lights",
"kerb"
"kerb",
"oneway"
],
"geometry": [
"vertex"
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/footway.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lit",
"maxweight_bridge",
"not/name",
"oneway",
"smoothness",
"stroller",
"tactile_paving",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/path.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"mtb/scale/imba",
"mtb/scale/uphill",
"not/name",
"oneway",
"ref",
"sac_scale",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/steps.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"indoor",
"level_semi",
"lit",
"oneway",
"ref",
"ramp",
"stroller",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"mtb/scale",
"mtb/scale/imba",
"mtb/scale/uphill",
"oneway",
"stroller",
"wheelchair"
],
Expand Down

0 comments on commit 3e5e99f

Please sign in to comment.