Changeset 7928 in josm


Ignore:
Timestamp:
2015-01-06T01:24:57+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10900 - add amenity=bicycle_repair_station to preset and mappaintstyle (patch by brycenesbitt, modified)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7927 r7928  
    25832583            <reference ref="link_contact" />
    25842584        </item> <!-- Rental -->
     2585        <item name="Public Bicycle Repair Station" icon="styles/standard/vehicle/bicycle_repair_statio.svg" type="node,closedway" preset_name_label="true">
     2586            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_repair_station"
     2587                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bicycle_repair_station" />
     2588            <space />
     2589            <key key="amenity" value="bicycle_repair_station" />
     2590            <optional>
     2591            <reference ref="name_operator_oh" />
     2592            <check key="service:bicycle:pump" text="Free bicycle pump" />
     2593            </optional>
     2594        </item> <!-- Public Bicycle Repair Station -->
    25852595    </group> <!-- Bicycle -->
    25862596    <group name="Public Transport" icon="presets/bus.png">
  • trunk/styles/standard/elemstyles.mapcss

    r7927 r7928  
    21362136area[amenity=bicycle_parking],
    21372137area[amenity=bicycle_rental],
     2138area[amenity=bicycle_repair_station],
    21382139area[amenity=car_rental],
    21392140area[amenity=car_sharing],
     
    21932194node[amenity=bicycle_rental] {
    21942195    icon-image: "vehicle/rental/bicycle.png";
     2196    set icon_z17;
     2197    text: auto;
     2198}
     2199node[amenity=bicycle_repair_station] {
     2200    icon-image: "vehicle/bicycle_repair_station.svg";
    21952201    set icon_z17;
    21962202    text: auto;
Note: See TracChangeset for help on using the changeset viewer.