Skip to content

Commit 93e9629

Browse files
committed
Add various pinhead icons
1 parent f627728 commit 93e9629

17 files changed

Lines changed: 55 additions & 15 deletions

File tree

data/presets/amenity/animal_boarding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"puppy",
2020
"reptile"
2121
],
22-
"icon": "cat_sitting"
22+
"icon": "dog_wearing_collar_in_shelter"
2323
}

data/presets/amenity/animal_breeding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"puppy",
1919
"reptile"
2020
],
21-
"icon": "cat_sitting"
21+
"icon": "pawprints_and_heart"
2222
}

data/presets/amenity/charging_station.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"electric vehicle",
1111
"ev",
1212
"supercharger"
13-
]
13+
],
14+
"icon": "charging_station_with_bolt"
1415
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "pretzel shop",
3+
"plural": "pretzel shops",
4+
"tags": {
5+
"amenity": "fast_food",
6+
"cuisine": "pretzel"
7+
},
8+
"reference": {
9+
"key": "cuisine",
10+
"value": "pretzel"
11+
},
12+
"terms": [
13+
"Brezel"
14+
],
15+
"icon": "pretzel_with_salt"
16+
}

data/presets/amenity/library_dropoff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"library drop-off",
1212
"library return"
1313
],
14-
"icon": "open_book"
14+
"icon": "arrow_up_to_book_with_bookmark_in_slot"
1515
}

data/presets/amenity/vending_machine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"tags": {
55
"amenity": "vending_machine"
66
},
7-
"icon": "vending_machine",
7+
"icon": "vending_machine_with_shelves",
88
"matchScore": 0.9
99
}

data/presets/amenity/vending_machine/bread.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"terms": [
1717
"baguette",
1818
"bread"
19-
]
19+
],
20+
"icon": "vending_machine_with_baguette"
2021
}

data/presets/amenity/vending_machine/drinks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"juice",
2020
"pop",
2121
"soda"
22-
]
22+
],
23+
"icon": "vending_machine_with_drink_can"
2324
}

data/presets/amenity/vending_machine/eggs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
],
1616
"terms": [
1717
"egg"
18-
]
18+
],
19+
"icon": "vending_machine_with_egg"
1920
}

data/presets/amenity/vending_machine/ice_cream.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"ice cream",
2020
"popsicle",
2121
"vanilla"
22-
]
22+
],
23+
"icon": "vending_machine_with_ice_cream_on_cone"
2324
}

0 commit comments

Comments
 (0)