Changeset 19026 in josm for trunk/resources/data


Ignore:
Timestamp:
2024-04-02T21:41:08+02:00 (11 months ago)
Author:
taylor.smock
Message:

Fix #23350: Add amenity=bicycle_wash as a preset (patch by mcliquid)

The proposal (osmwiki:Proposal:Bicycle_Wash) was approved on 2023-12-18.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r19025 r19026  
    31093109            </optional>
    31103110        </item> <!-- Public Bicycle Repair Station -->
     3111        <item name="Bicycle Wash" icon="presets/vehicle/bicycle_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
     3112            <link wiki="Tag:amenity=bicycle_wash" />
     3113            <space />
     3114            <key key="amenity" value="bicycle_wash" />
     3115            <optional>
     3116            <reference ref="name_operator" />
     3117            <text key="manufacturer" text="Manufacturer" />
     3118            <reference ref="oh" />
     3119            <check key="self_service" text="Self Service" />
     3120            <check key="automated" text="Automated" />
     3121            <check key="fee" text="Fee" />
     3122            </optional>
     3123        </item> <!-- Bicycle Wash -->
    31113124    </group> <!-- Bicycle -->
    31123125    <group name="Public Transport" icon="presets/transport/bus.svg">
Note: See TracChangeset for help on using the changeset viewer.