#18698 closed enhancement (fixed)
[Patch] Request: Add (motor_)vehicle combo to highway=path preset
Reported by: | AnkEric | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.07 |
Component: | Internal preset | Version: | |
Keywords: | highway path motor vehicle access | Cc: |
Description
In Closed ticket https://josm.openstreetmap.de/ticket/18642 you have also implemented:
"Add vehicle combo to highway=track preset"
Oké, nice! Appreciated. I get more than I have asked for.
But than I would like to suggest to not only Add vehicle combo to highway=track, but also (and - imo - even more important) to highway=path preset.
Most annoying (to me) a highway=path is added on OSM without any access restriction.
Therefore (default access): bicycle/mofa/moped=yes is implied. Sometimes this is correct, sometimes not. So my GPS might be directing me - on bicycle - over a path which is in fact a "footway".
Sometimes this is "resolved" the wrong - IMO - way: [highway=path] + [access=no] + [foot=yes].
Because this is "less work" than [highway=path] + [bicycle=no] + [moped=no] + [mofa=no] + [horse=no] and better than [highway=path] + [bicycle=no] ?
Next mapper might change to: [highway=footway] + [access=no] + [foot=yes].
Next mapper might change to: [highway=footway] + [access=no] (since "foot=yes" is "needless").
And now we have a path with no access at all.
Which was "resolved" by Reverting ALL thousands of footways in the Netherlands where "foot=yes" was removed by hundreds of "Undiscussed Mechanical Edits".
And now JOSM Validator is is bothering me with tens of warnings for each of my Changesets: "unnecessary tag - foot=yes|designated is unnecessary for highway=footway|pedestrian".
JOSM Validator is - of course - correct. Does [highway=footway] + [foot=no] exist in "on the ground"? No! IMO!
And I don't dare to resolve; -))
Correct would have been initial mapping as: [highway=path] + [vehicle=no].
And a JOSM preset might help... a little...
/ AnkEric
Attachments (3)
Change History (20)
comment:1 by , 5 years ago
Component: | External preset → Internal preset |
---|
comment:2 by , 5 years ago
Keywords: | path vehicle access added |
---|---|
Summary: | Request: Add vehicle combo to highway=track preset → Request: Add (motor_)vehicle combo to highway=path preset |
comment:3 by , 5 years ago
Thanks Skyper for your Additions.
Except for [tracktype=grade<x>] and [agricultural=*], what is (should be) different for path and track presets? Track preset is very complete, use (almost) the same preset for path as being similar?
comment:4 by , 5 years ago
Keywords: | highway motor added |
---|
comment:5 by , 5 years ago
Please, find attached patch file) which adds missing access
keys to "Road Restriction" preset and adds preset links from path
to the "Road Restriction" preset.
comment:6 by , 5 years ago
Summary: | Request: Add (motor_)vehicle combo to highway=path preset → [Patch] Request: Add (motor_)vehicle combo to highway=path preset |
---|
by , 5 years ago
Attachment: | josm_path_access_update_v2.patch added |
---|
version 2 with values_sort="false"
comment:7 by , 5 years ago
comment:8 by , 5 years ago
To solve #17750 it would be nice to split the access part of into a new preset "Access Restrictions" and have preset links between these two presets.
by , 5 years ago
Attachment: | josm_path_access_update_v3.patch added |
---|
version 3 adding more access tags to highway=*way and path
comment:9 by , 5 years ago
comment:12 by , 5 years ago
Milestone: | → 20.07 |
---|
comment:13 by , 5 years ago
follow-up: 15 comment:14 by , 5 years ago
OK, please don't go wild with chunks :)
The patch header works fine now.
comment:15 by , 5 years ago
Replying to Klumbumbus:
OK, please don't go wild with chunks :)
Yeah, will stay calm, like the one above.
The patch header works fine now.
Thanks, for the respond.
vehicle=*
plusmotor_vehicle=*
should be added. Additionally, the link to "road restriction"-preset is nice, too.Some transport modes from
path
are missing in "road restriction"-preset, namely:wheelchair=*
ski=*
snowmobile=*
Considering splitting the "road restriction"-preset into two parts by extracting the transport modes into an own preset and adding links between both, is another idea.