Skip to content

Commit 073de3b

Browse files
KlumbumbusKlumbumbus
authored andcommitted
fix #22574 - Add amenity=animal_breeding (icon from https://freesvg.org/colt-and-a-mother-vector-illustration, modified by Hufkratzer; PD and CC0 licensed)
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18627 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 6b94628 commit 073de3b

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

resources/data/defaultpresets.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5116,6 +5116,16 @@
51165116
<reference ref="common_advertising" />
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 -->
51215131
<group name="Sports" icon="presets/sport/soccer.svg">
Lines changed: 43 additions & 0 deletions
Loading

resources/styles/standard/elemstyles.mapcss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,6 +3204,7 @@ node[amenity=fountain] {
32043204
set icon_z17;
32053205
}
32063206
area[amenity=animal_boarding],
3207+
area[amenity=animal_breeding],
32073208
area[amenity=place_of_worship],
32083209
area[amenity=monastery],
32093210
area[amenity=grave_yard],
@@ -3223,6 +3224,10 @@ node[amenity=animal_boarding] {
32233224
icon-image: "presets/accommodation/animal_boarding.svg";
32243225
set icon_z17;
32253226
}
3227+
node[amenity=animal_breeding] {
3228+
icon-image: "presets/misc/animal_breeding.svg";
3229+
set icon_z17;
3230+
}
32263231
node[amenity=place_of_worship] {
32273232
icon-image: "presets/religion/religion.svg";
32283233
set icon_z17;

0 commit comments

Comments
 (0)