Changeset 9851 in josm for trunk


Ignore:
Timestamp:
2016-02-22T19:34:10+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #12551 - add leisure=fitness_station to preset and mappaint style, icon see [o32080]

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r9839 r9851  
    40794079            <combo key="access" text="Access" values="yes,customers,private" />
    40804080        </item> <!-- Swimming Pool -->
     4081        <item name="Fitness Station" icon="styles/standard/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
     4082            <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=fitness_station" />
     4083            <space />
     4084            <key key="leisure" value="fitness_station" />
     4085            <reference ref="name_operator_oh_wheelchair" />
     4086            <text key="ref" text="Reference" />
     4087            <text key="description" text="Description" />
     4088        </item> <!-- Fitness Station -->
    40814089        <item name="Sauna" icon="presets/sauna.png" type="node,closedway,multipolygon" preset_name_label="true">
    40824090            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=sauna"
  • trunk/styles/standard/elemstyles.mapcss

    r9835 r9851  
    18931893    text: auto;
    18941894}
     1895area[leisure=fitness_station],
    18951896area[leisure=miniature_golf],
    18961897area[leisure=dog_park],
     
    18981899area[leisure=sauna] {
    18991900    fill-color: leisure#c7f1a3;
     1901}
     1902node[leisure=fitness_station] {
     1903    icon-image: "leisure/fitness_station.svg";
     1904    set icon_z17;
     1905    text: auto;
    19001906}
    19011907node[leisure=miniature_golf] {
Note: See TracChangeset for help on using the changeset viewer.