]> git.openstreetmap.org Git - rails.git/blobdiff - public/potlatch2/map_features/transport.xml
Update Potlatch 2 to 2.3-224-g2df4b28 build
[rails.git] / public / potlatch2 / map_features / transport.xml
index acd9be4499d0a72ba775b3bcc2cd528681da8053..2dba71d95025fa50d063d7caf65702f0ffabf4bb 100644 (file)
     <inputSet ref="names"/>
     <input type="freetext" presence="onTagMatch" category="Details" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
     <input type="number" minimum="0" maximum="99999" stepSize="1" presence="always" category="Parking" name="Capacity" key="capacity" description="The number of cars that can be parked in the car park"/>
+    <input type="choice" presence="always" category="Parking" name="Type" key="parking" priority="high">
+      <choice value="surface" text="Surface (outdoor)" />
+      <choice value="multi-storey" text="Multi-storey" />
+      <choice value="underground" text="Underground" />
+      <choice value="garage" text="Garage" />
+      <choice value="park_and_ride" text="Park-and-ride" />
+      <choice value="garage_boxes" text="Garage boxes" />
+    </input>
+    <input type="freetext" presence="onTagMatch" category="Parking" name="Maximum stay" key="maxstay" description="The maximum permitted duration of parking (eg, 4h)."/>
     <inputSet ref="fee"/>
     <inputSet ref="common"/>
   </feature>