Update Potlatch 2 to 2.1-12-g870b72b build

This commit is contained in:
Tom Hughes 2011-05-22 17:49:07 +01:00
parent 023050840a
commit c41d0c277e
15 changed files with 31 additions and 6 deletions

View file

@ -242,6 +242,7 @@
</icon>
<area/>
<point/>
<!-- This should catch all the "building=*" tags in use: yes, hut, house, residential, entrance, apartments, garage, industrial, garages, service, manufacture, collapsed...
Is this possible? -->
<!-- <tag k="building" v="*"/> -->

View file

@ -183,13 +183,13 @@
</feature>
<feature name="Ruin">
<feature name="Ruins">
<category>tourism</category>
<point/>
<area/>
<inputSet ref="simpleName"/>
<icon image="features/pois/tourist_ruin.n.24.png"/>
<tag k="historic" v="ruin"/>
<tag k="historic" v="ruins"/>
<inputSet ref="common"/>
</feature>
@ -268,4 +268,4 @@
<tag k="tourism" v="theme_park"/>
<inputSet ref="common"/>
</feature>
</featureGroup>
</featureGroup>

View file

@ -149,6 +149,29 @@
<inputSet ref="common"/>
</feature>
<feature name="Car Wash">
<category>transport</category>
<icon image="features/pois/transport_car_wash.n.24.png">
${name}
</icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_wash</help>
<point/>
<area/>
<tag k="amenity" v="car_wash"/>
<inputSet ref="names"/>
<input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The company/organisation that runs the car wash" priority="low"/>
<input type="freetext" presence="onTagMatch" category="Operation" name="Opening hours" key="opening_hours" priority="normal"/>
<input type="choice" presence="onTagMatch" category="Operation" name="Self service" key="self_service" priority="low">
<choice value="yes" text="Yes" />
<choice value="no" text="No" />
</input>
<input type="choice" presence="onTagMatch" category="Operation" name="Automated" key="automated" priority="low">
<choice value="yes" text="Yes" />
<choice value="no" text="No" />
</input>
<inputSet ref="common"/>
</feature>
<feature name="Bus station">
<category>transport</category>