#11130 closed enhancement (fixed)
Presets: Add "height" for cliff
Reported by: | schoschi | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.02 |
Component: | Internal preset | Version: | |
Keywords: | Cc: |
Description
In josm/trunk/data/defaultpresets.xml respectively https://josm.openstreetmap.de/browser/trunk/data/defaultpresets.xml in
<item name="Cliff" icon="presets/cliff.png" type="node,way,closedway,relation" preset_name_label="true"> <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=cliff" de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=cliff" fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=cliff" ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=cliff" pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=cliff" ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=cliff" /> <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." /> <space /> <key key="natural" value="cliff" /> <text key="name" text="Name" /> </item> <!-- Cliff -->
add
<text key="height" text="Height" />
after name key (and localized presets ones, too).
Why? As discussed at http://wiki.openstreetmap.org/wiki/Talk:Tag:natural%3Dcliff the height=* is one of the most important attributes of a cliff, e.g. for the meta question "what's a cliff and what just a notch?" but also for real world aspects like domination & visibility (a 6m cliff might be hidden by trees/waves/bushes, a 500m drop not). As long as height is not within JOSM templates, it's not mapped often, thus making search, rendering etc. impossible.
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
Summary: | Cliff: Add height → Presets: Add "height" for cliff |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
Milestone: | → 15.02 |
---|
In 8082/josm: