#6881 closed enhancement (fixed)
[Patch] Add tagging template for key "smoothness"
Reported by: | Owned by: | ce | |
---|---|---|---|
Priority: | normal | Milestone: | 15.02 |
Component: | Internal preset | Version: | tested |
Keywords: | Cc: | skyper, Klumbumbus |
Description
The key "smoothness" is described in http://wiki.openstreetmap.org/wiki/Key:smoothness. It is not yet (as of version 4279) available among the templates in JOSM.
Attachments (2)
Change History (21)
comment:1 by , 13 years ago
Component: | Core → Internal preset |
---|---|
Owner: | changed from | to
follow-ups: 3 6 comment:2 by , 13 years ago
comment:3 by , 13 years ago
Replying to simon04:
"surface=asphalt" can mean anything between the surface of a newly built motorway and a rotten potholed road.
Since "surface", "tracktype", and "smoothness" are not at all unified (yet), this tag is (still) useful.
comment:4 by , 13 years ago
Please find enclosed my changes to defaultpresets.xml. Hope this is the correct position for adding a new se, at least it works when I debug the program.
I found that for "highway=track" the surface-collection was smaller than for other ways; I changed that, too.
comment:5 by , 13 years ago
Summary: | Add tagging template for key "smoothness" → [Patch] Add tagging template for key "smoothness" |
---|
comment:6 by , 13 years ago
Replying to simon04:
Thus, I personally vote against adding
smoothness
to the presets.
+1
Some people may have the urge to fill in the preset form completely. So it looks like it is somehow mandatory to specify a smoothness value for each highway. We could place it somewhere less prominent, possible in a user preset.
In addition, the plain values are misleading - you need the full definition to tag it properly. One can use display_values
like for SAC scale.
comment:7 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:8 by , 10 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
There are quite a lot of smoothness tag in the database, are you still oppose this tag in JOSM?
comment:9 by , 10 years ago
I've asked for opinions on the tagging mailing list:
https://lists.openstreetmap.org/pipermail/tagging/2014-August/019193.html
comment:10 by , 10 years ago
This seems to be the sentiment shared by most:
Mateusz on Tagging:
I use smoothness and I would welcome it in JOSM. I am not really happy
about it, but I was unable to invent something better and it
not as bad as say maxspeed:practical.
smoothness=*
is supported in iD: https://lists.openstreetmap.org/pipermail/tagging/2014-August/019197.html
Overall I would revise my opinion from 3 years ago and vote for the inclusion of this tag.
comment:11 by , 10 years ago
Cc: | added |
---|
comment:12 by , 10 years ago
Cc: | added |
---|
comment:14 by , 10 years ago
Milestone: | → 15.02 |
---|
follow-up: 18 comment:16 by , 10 years ago
Can these strings have context for translation please? They already clash with the same values for path visibility.
comment:18 by , 10 years ago
Replying to anonymous:
Can these strings have context for translation please? They already clash with the same values for path visibility.
trail_visibility already has a translation context, so they are handled separately.
#. item "Ways/Path" combo "Visibility" display value #: build/trans_presets.java:875 msgctxt "trail_visibility" msgid "excellent" msgstr "exzellent"
...
#. item combo "Smoothness" entry "excellent" display value #: build/trans_presets.java:21 msgid "excellent" msgstr ""
According to the Wiki page, the usage of this tag is discussed controversially. The internal presets already contain the tag
surface
, which has similar meaning.Thus, I personally vote against adding
smoothness
to the presets.