]> git.openstreetmap.org Git - rails.git/blobdiff - public/potlatch2/map_features/amenities.xml
Update Potlatch 2 to 2.3-367-ga54da3b build
[rails.git] / public / potlatch2 / map_features / amenities.xml
index 3dbd64a9d91a6673541ea560fd3da3b279af947e..318ea6156559e0a60c826cc463ec2406da657495 100644 (file)
     <inputSet ref="common"/>
   </feature>
 
+  <feature name="Veterinarian">
+    <category>amenity</category>
+    <icon image="features/pois/health_veterinary.n.8E7409.24.png">
+      ${name}
+    </icon>
+    <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dveterinary</help>
+    <point/>
+    <area/>
+    <tag k="amenity" v="veterinary"/>
+    <inputSet ref="names"/>
+    <inputSet ref="web"/>
+    <inputSet ref="buildingAddress"/>
+    <inputSet ref="common"/>
+  </feature>
 
   <feature name="Place of Worship">
     <category>amenity</category>
@@ -74,7 +88,6 @@
     <inputSet ref="common"/>
   </feature>
 
-
   <feature name="ATM">
     <category>amenity</category>
     <icon image="features/pois/money_atm.n.24.png"/>
     <point/>
     <area/>
     <tag k="amenity" v="shelter"/>
-      <input type="choice" presence="always" name="Type of shelter" key="shelter_type" description="The intended use of the shelter.">
-        <choice value="picnic_shelter" text="Picnic shelter"/>
-        <choice value="public_transport" text="Public transport"/>
-        <choice value="weather_shelter" text="Weather shelter"/>
-        <choice value="wildlife_hide" text="Wildlife hide"/>
-      </input>
+    <input type="choice" presence="always" name="Type of shelter" key="shelter_type" description="The intended use of the shelter.">
+      <choice value="picnic_shelter" text="Picnic shelter"/>
+      <choice value="public_transport" text="Public transport"/>
+      <choice value="weather_shelter" text="Weather shelter"/>
+      <choice value="wildlife_hide" text="Wildlife hide"/>
+    </input>
     <inputSet ref="names"/>
     <inputSet ref="common"/>
   </feature>
     <point/>
     <area/>
     <tag k="amenity" v="swimming_pool"/>
+    <tag k="sport" v="swimming"/>
     <inputSet ref="simpleName"/>    
     <inputSet ref="common"/>
+    <inputSet ref="permissions"/>
+    <input type="choice" presence="always" name="Indoor" key="covered" description="Indoor or outdoor?">
+      <choice value="yes" text="Indoor"/>
+      <choice value="no" text="Outdoor"/>
+    </input>
+    <input type="freetext" presence="onTagMatch" category="Details" name="Operator" key="operator" description="The organisation that runs the swimming pool." />    
 
   </feature>
 
     <inputSet ref="cuisine"/>
     <inputSet ref="common"/>
   </feature>
-
+  
 </featureGroup>
\ No newline at end of file