Changeset 18627 in josm


Ignore:
Timestamp:
2023-01-09T22:25:21+01:00 (16 months ago)
Author:
Klumbumbus
Message:

fix #22574 - Add amenity=animal_breeding (icon from https://freesvg.org/colt-and-a-mother-vector-illustration, modified by Hufkratzer; PD and CC0 licensed)

Location:
trunk/resources
Files:
1 added
2 edited

Legend:

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

    r18625 r18627  
    51175117            </optional>
    51185118        </item> <!-- Poster box -->
     5119        <separator/>
     5120        <item name="Animal breeding" icon="presets/misc/animal_breeding.svg" type="node,closedway,multipolygon" preset_name_label="true">
     5121            <link wiki="Tag:amenity=animal_breeding" />
     5122            <space />
     5123            <key key="amenity" value="animal_breeding" />
     5124            <reference ref="name_operator" />
     5125            <multiselect key="animal_breeding" text="Animals bred" values="alpaca;bird;cat;chicken;cow;dog;donkey;fish;goat:sheep;horse;pig;poultry;rabbit" values_context="animal_breeding" />
     5126            <reference ref="oh_wheelchair" />
     5127            <reference ref="link_contact_address_payment" />
     5128        </item> <!-- Animal breeding -->
    51195129    </group> <!-- Facilities -->
    51205130  </group>  <!-- Facilities -->
  • trunk/resources/styles/standard/elemstyles.mapcss

    r18588 r18627  
    32053205}
    32063206area[amenity=animal_boarding],
     3207area[amenity=animal_breeding],
    32073208area[amenity=place_of_worship],
    32083209area[amenity=monastery],
     
    32223223node[amenity=animal_boarding] {
    32233224    icon-image: "presets/accommodation/animal_boarding.svg";
     3225    set icon_z17;
     3226}
     3227node[amenity=animal_breeding] {
     3228    icon-image: "presets/misc/animal_breeding.svg";
    32243229    set icon_z17;
    32253230}
Note: See TracChangeset for help on using the changeset viewer.