Update Potlatch 2 to r24796 build

This commit is contained in:
Tom Hughes 2010-12-18 11:49:57 +00:00
parent e52d101fc7
commit f6eae0c725
3 changed files with 8 additions and 2 deletions

View file

@ -453,11 +453,13 @@ Quick documentation:
name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface" name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
key="cycleway" layout="horizontal"> key="cycleway" layout="horizontal">
<choice value="no" text="No bike lanes"/> <choice value="no" text="No bike lanes"/>
<choice value="lane" text="On-road bike lane" description="Separated by painted line"/> <choice value="lane" text="On-road bike lane" description="Separated by painted line on the road from cars"/>
<choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/> <choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/>
<choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/> <choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
<choice value="opposite_track" text="Contraflow track" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/> <choice value="opposite_track" text="Contraflow track" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/>
<choice value="opposite" text="Contraflow unmarked" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane."/> <choice value="opposite" text="Contraflow unmarked" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane."/>
<choice value="segregated" text="Segregated cycle path" description="A path where cyclists and pedestrians are separated by a painted line or kerb."/>
<choice value="shared" text="Shared cycle path" description="A path where cyclists and pedestrians share the full width of the path."/>
<help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help> <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
</input> </input>
</inputSet> </inputSet>
@ -2095,6 +2097,10 @@ Quick documentation:
<point/> <point/>
<tag k="amenity" v="hospital"/> <tag k="amenity" v="hospital"/>
<input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/> <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
<input type="choice" presence="always" category="Hospital" name="Emergency treatment available" key="emergency" description="Are there accident and emergency facilities at this hospital?">
<choice value="yes" text="Yes"/>
<choice value="no" text="No"/>
</input>
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>

View file

@ -236,7 +236,7 @@ way[embankment=yes], way[cutting=yes]
{ z-index: 8; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; } { z-index: 8; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
/* Oneway */ /* Oneway */
way[oneway=yes] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows; } way[oneway=yes], way[junction=roundabout] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows; }
way[access=private],way[access=no] { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;} way[access=private],way[access=no] { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}
way[access=permissive] { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;} way[access=permissive] { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}

Binary file not shown.