Update Potlatch 2 to r24494 build

This commit is contained in:
Tom Hughes 2010-12-01 12:50:59 +00:00
parent 2235c33bb6
commit f2edaed41f
2 changed files with 67 additions and 19 deletions

View file

@ -99,7 +99,7 @@ Quick documentation:
<category name="Advanced" id="advanced"> <category name="Advanced" id="advanced">
</category> </category>
<category name="Misc" id="misc"> <category name="Places" id="places">
</category> </category>
<!-- Common input sets --> <!-- Common input sets -->
@ -537,6 +537,24 @@ Quick documentation:
</inputSet> </inputSet>
<inputSet id="places">
<input type="choice" name="Type of Place" presence="always" key="place">
<choice value="locality" text="Locality"/>
<choice value="hamlet" text="Hamlet"/>
<choice value="village" text="Village"/>
<choice value="suburb" text="Suburb"/>
<choice value="town" text="Town"/>
<choice value="city" text="City"/>
<choice value="county" text="County"/>
<choice value="region" text="Region"/>
<choice value="state" text="State"/>
<choice value="country" text="Country"/>
<choice value="continent" text="Continent"/>
<choice value="island" text="Island"/>
<choice value="islet" text="Islet"/>
</input>
</inputSet>
<!-- ************************************************************************ <!-- ************************************************************************
Roads Roads
************************************************************************ --> ************************************************************************ -->
@ -1961,33 +1979,62 @@ Quick documentation:
</inputSet> </inputSet>
<!-- Places --> <!-- Places -->
<feature name="Place">
<category>misc</category>
<feature name="Hamlet">
<category>places</category>
<icon image="icons/place.png"/> <icon image="icons/place.png"/>
<point/> <point/>
<area/> <area/>
<!-- TODO: make this work --> <tag k="place" v="hamlet" />
<!-- <tag k="place" v="*"/>-->
<inputSet ref="names"/> <inputSet ref="names"/>
<input type="choice" name="Type of place name" presence="always" key="place"> <inputSet ref="places"/>
<choice value="locality" text="Locality"/>
<choice value="hamlet" text="Hamlet"/>
<choice value="village" text="Village"/>
<choice value="suburb" text="Suburb"/>
<choice value="county" text="County"/>
<choice value="city" text="City"/>
<choice value="region" text="Region"/>
<choice value="state" text="State"/>
<choice value="country" text="Country"/>
<choice value="continent" text="Continent"/>
<choice value="island" text="Island"/>
<choice value="islet" text="Islet"/>
</input>
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>
<feature name="Village">
<category>places</category>
<icon image="icons/place.png"/>
<point/>
<area/>
<tag k="place" v="village" />
<inputSet ref="names"/>
<inputSet ref="places"/>
<inputSet ref="common"/>
</feature>
<feature name="Suburb">
<category>places</category>
<icon image="icons/place.png"/>
<point/>
<area/>
<tag k="place" v="suburb" />
<inputSet ref="names"/>
<inputSet ref="places"/>
<inputSet ref="common"/>
</feature>
<feature name="Town">
<category>places</category>
<icon image="icons/place.png"/>
<point/>
<area/>
<tag k="place" v="town" />
<inputSet ref="names"/>
<inputSet ref="places"/>
<inputSet ref="common"/>
</feature>
<feature name="City">
<category>places</category>
<icon image="icons/place.png"/>
<point/>
<area/>
<tag k="place" v="city" />
<inputSet ref="names"/>
<inputSet ref="places"/>
<inputSet ref="common"/>
</feature>
<!-- ************************************************************************ <!-- ************************************************************************
POIs POIs
@ -2709,6 +2756,7 @@ Quick documentation:
<point/> <point/>
<!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett--> <!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
<!--<tag k="traffic_calming" v="*"/>--> <!--<tag k="traffic_calming" v="*"/>-->
<tag k="traffic_calming" v="yes"/>
<input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch"> <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
<choice value="yes" text="Unspecified"/> <choice value="yes" text="Unspecified"/>
<choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/> <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>

Binary file not shown.