Changeset 19026 in josm


Ignore:
Timestamp:
2024-04-02T21:41:08+02:00 (5 weeks 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.

Location:
trunk/resources
Files:
1 added
2 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">
  • trunk/resources/styles/standard/elemstyles.mapcss

    r19015 r19026  
    30863086area[amenity=bicycle_rental],
    30873087area[amenity=bicycle_repair_station],
     3088area[amenity=bicycle_wash],
    30883089area[amenity=car_rental],
    30893090area[amenity=car_pooling],
     
    31383139node[amenity=bicycle_repair_station] {
    31393140    icon-image: "presets/vehicle/bicycle_repair_station.svg";
     3141    set icon_z17;
     3142}
     3143node[amenity=bicycle_wash] {
     3144    icon-image: "presets/vehicle/bicycle_wash.svg";
    31403145    set icon_z17;
    31413146}
Note: See TracChangeset for help on using the changeset viewer.