[Potlatch-dev] [OpenStreetMap] #3870: Erroneous values for segregated cycleways in map features
OpenStreetMap
trac at openstreetmap.org
Tue Jun 28 10:33:33 BST 2011
#3870: Erroneous values for segregated cycleways in map features
------------------------------------+---------------------------------------
Reporter: jetthe | Owner: potlatch-dev@…
Type: defect | Status: new
Priority: minor | Milestone:
Component: potlatch2 | Version:
Keywords: map_features, cycleway |
------------------------------------+---------------------------------------
The value range currently shown in the simple editor for key:cycleway are
(no, lane, track, opposite_lane, opposite_track, opposite, segregated and
shared) with the two latter selectable for ways tagged as highway=cycleway
and the other values possible to set for roads (i.e. highway=residential).
The proper (according to the wiki and tag usage(ref 1),(ref 2)) way of
tagging a segregated cycleway is by using segregated=yes/no.
'''The following excerpt from map_features/paths.xml should be changed:'''
<input type="choice" name="Cycleway type" category="Cycle"
description="What kind of bike path is this?" key="cycleway"
presence="onTagMatch" priority="low">
<choice value="segregated" text="Segregated" description="Cyclists and
pedestrians are separated by a painted line or kerb." />
<choice value="shared" text="Shared" description="Cyclists and pedestrians
share the full width of the path." />
</input>
'''to:'''
<input type="choice" name="Cycleway type" category="Cycle"
description="What kind of bike path is this?" key="segregated"
presence="onTagMatch" priority="low">
<choice value="yes" text="Segregated" description="Cyclists and
pedestrians are separated by a painted line or kerb." />
<choice value="no" text="Shared" description="Cyclists and pedestrians
share the full width of the path." />
</input>
(1) http://tagstat.telascience.org/tagdetails.php?tag=segregated
(2)
http://tagstat.telascience.org/tagvaluedetails.php?tag=cycleway&value=segregated
and
http://tagstat.telascience.org/tagvaluedetails.php?tag=cycleway&value=shared
--
Ticket URL: <https://trac.openstreetmap.org/ticket/3870>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world
More information about the Potlatch-dev
mailing list