mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 15:38:27 +02:00
Merge pull request #1882 from pnorman/locksmith
Add a preset for a locksmith
This commit is contained in:
@@ -1090,6 +1090,9 @@ en:
|
||||
shop/laundry:
|
||||
name: Laundry
|
||||
terms: "<translate with synonyms or related terms for 'Laundry', separated by commas>"
|
||||
shop/locksmith:
|
||||
name: Locksmith
|
||||
terms: "<translate with synonyms or related terms for 'Locksmith', separated by commas>"
|
||||
shop/mall:
|
||||
name: Mall
|
||||
terms: "<translate with synonyms or related terms for 'Mall', separated by commas>"
|
||||
|
||||
@@ -4345,6 +4345,26 @@
|
||||
},
|
||||
"name": "Laundry"
|
||||
},
|
||||
"shop/locksmith": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"keys"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "locksmith"
|
||||
},
|
||||
"name": "Locksmith"
|
||||
},
|
||||
"shop/mall": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"keys"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "locksmith"
|
||||
},
|
||||
"name": "Locksmith"
|
||||
}
|
||||
Vendored
+4
@@ -1862,6 +1862,10 @@
|
||||
"name": "Laundry",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/locksmith": {
|
||||
"name": "Locksmith",
|
||||
"terms": "keys"
|
||||
},
|
||||
"shop/mall": {
|
||||
"name": "Mall",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user