mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Use new maki icons
This commit is contained in:
@@ -1120,6 +1120,9 @@ en:
|
||||
shop/pet:
|
||||
name: Pet Store
|
||||
terms: "<translate with synonyms or related terms for 'Pet Store', separated by commas>"
|
||||
shop/photo:
|
||||
name: Photography Store
|
||||
terms: "<translate with synonyms or related terms for 'Photography Store', separated by commas>"
|
||||
shop/shoes:
|
||||
name: Shoe Store
|
||||
terms: "<translate with synonyms or related terms for 'Shoe Store', separated by commas>"
|
||||
|
||||
@@ -2490,7 +2490,8 @@
|
||||
"landuse": "farmyard"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Farmyard"
|
||||
"name": "Farmyard",
|
||||
"icon": "farm"
|
||||
},
|
||||
"landuse/forest": {
|
||||
"fields": [
|
||||
@@ -2633,7 +2634,8 @@
|
||||
"tags": {
|
||||
"leisure": "dog_park"
|
||||
},
|
||||
"name": "Dog Park"
|
||||
"name": "Dog Park",
|
||||
"icon": "dog-park"
|
||||
},
|
||||
"leisure/garden": {
|
||||
"icon": "garden",
|
||||
@@ -2960,7 +2962,8 @@
|
||||
"tags": {
|
||||
"man_made": "lighthouse"
|
||||
},
|
||||
"name": "Lighthouse"
|
||||
"name": "Lighthouse",
|
||||
"icon": "lighthouse"
|
||||
},
|
||||
"man_made/observation": {
|
||||
"geometry": [
|
||||
@@ -3787,7 +3790,7 @@
|
||||
"name": "Liquor Store"
|
||||
},
|
||||
"shop/bakery": {
|
||||
"icon": "shop",
|
||||
"icon": "bakery",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
@@ -3979,7 +3982,7 @@
|
||||
"name": "Chemist"
|
||||
},
|
||||
"shop/clothes": {
|
||||
"icon": "shop",
|
||||
"icon": "clothing-store",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
@@ -4499,7 +4502,7 @@
|
||||
"name": "Outdoor Store"
|
||||
},
|
||||
"shop/pet": {
|
||||
"icon": "shop",
|
||||
"icon": "dog-park",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
@@ -4515,6 +4518,23 @@
|
||||
},
|
||||
"name": "Pet Store"
|
||||
},
|
||||
"shop/photo": {
|
||||
"icon": "camera",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "photo"
|
||||
},
|
||||
"name": "Photography Store"
|
||||
},
|
||||
"shop/shoes": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"landuse": "farmyard"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Farmyard"
|
||||
"name": "Farmyard",
|
||||
"icon": "farm"
|
||||
}
|
||||
@@ -8,5 +8,6 @@
|
||||
"tags": {
|
||||
"leisure": "dog_park"
|
||||
},
|
||||
"name": "Dog Park"
|
||||
}
|
||||
"name": "Dog Park",
|
||||
"icon": "dog-park"
|
||||
}
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
"tags": {
|
||||
"man_made": "lighthouse"
|
||||
},
|
||||
"name": "Lighthouse"
|
||||
}
|
||||
"name": "Lighthouse",
|
||||
"icon": "lighthouse"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"icon": "bakery",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"icon": "clothing-store",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"icon": "dog-park",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "camera",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "photo"
|
||||
},
|
||||
"name": "Photography Store"
|
||||
}
|
||||
Vendored
+4
@@ -1911,6 +1911,10 @@
|
||||
"name": "Pet Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/photo": {
|
||||
"name": "Photography Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/shoes": {
|
||||
"name": "Shoe Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user