Opened 11 years ago

Last modified 11 years ago

#11019 closed enhancement

Add "brand" to bicycle_repair_station — at Initial Version

Reported by: brycenesbitt Owned by: team
Priority: minor Milestone: 15.02
Component: Internal preset Version: latest
Keywords: bicycle Cc:

Description

The "brand" of bicycle repair station has emerged as an import tag, would it be possible to get that in?

I also ask for reconsideration on "chaintool". That's now supported in iD,
and will be part of an import http://wiki.openstreetmap.org/wiki/Import/Dero_Bike_Repair

Index: data/defaultpresets.xml
===================================================================
--- data/defaultpresets.xml	(revision 7985)
+++ data/defaultpresets.xml	(working copy)
@@ -2599,8 +2599,10 @@
             <space />
             <key key="amenity" value="bicycle_repair_station" />
             <optional>
-            <reference ref="name_operator_oh" />
-            <check key="service:bicycle:pump" text="Free bicycle pump" />
+            <text  key="operator" text="Operated by" />
+            <text  key="brand"    text="Made by" />
+            <check key="service:bicycle:pump"      text="Bicycle pump" />
+            <check key="service:bicycle:chaintool" text="Tool for repairing chains" />
             </optional>
         </item> <!-- Public Bicycle Repair Station -->
     </group> <!-- Bicycle -->

Change History (0)

Note: See TracTickets for help on using tickets.