Changeset 17258 in josm


Ignore:
Timestamp:
2020-10-23T21:31:40+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19967 - Add leisure=bleachers and building=grandstand (icon self created, PD and CC0 licensed)

Location:
trunk/resources
Files:
1 added
2 edited

Legend:

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

    r17177 r17258  
    36253625            <reference ref="POI_access" />
    36263626        </item> <!-- Bandstand -->
     3627        <item name="Bleachers" icon="presets/leisure/bleachers.svg" type="node,closedway,multipolygon" preset_name_label="true">
     3628            <link wiki="Tag:leisure=bleachers" />
     3629            <space />
     3630            <key key="leisure" value="bleachers" />
     3631            <reference ref="name_operator_oh_wheelchair" />
     3632            <reference ref="POI_access" />
     3633            <check key="backrest" text="Backrest" />
     3634        </item> <!-- Bleachers -->
    36273635        <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
    36283636            <link wiki="Tag:tourism=zoo" />
     
    53485356            <link wiki="Key:building" />
    53495357            <space />
    5350             <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,bunker,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,monastery,mosque,office,parking,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,sty,supermarket,synagogue,temple,tent,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
     5358            <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,bunker,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,grandstand,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,monastery,mosque,office,parking,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,sty,supermarket,synagogue,temple,tent,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
    53515359            <optional>
    53525360                <text key="name" text="Name" />
  • trunk/resources/styles/standard/elemstyles.mapcss

    r17142 r17258  
    18561856
    18571857area[leisure=bandstand],
     1858area[leisure=bleachers],
    18581859area[leisure=sports_centre],
    18591860area[leisure=fitness_centre],
     
    18711872node[leisure=bandstand] {
    18721873    icon-image: "presets/leisure/bandstand.svg";
     1874    set icon_z17;
     1875}
     1876node[leisure=bleachers] {
     1877    icon-image: "presets/leisure/bleachers.svg";
    18731878    set icon_z17;
    18741879}
Note: See TracChangeset for help on using the changeset viewer.