Merge pull request #1882 from pnorman/locksmith

Add a preset for a locksmith
This commit is contained in:
John Firebaugh
2013-10-09 08:16:11 -07:00
4 changed files with 47 additions and 0 deletions
+3
View File
@@ -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>"
+20
View File
@@ -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": [
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"keys"
],
"tags": {
"shop": "locksmith"
},
"name": "Locksmith"
}
+4
View File
@@ -1862,6 +1862,10 @@
"name": "Laundry",
"terms": ""
},
"shop/locksmith": {
"name": "Locksmith",
"terms": "keys"
},
"shop/mall": {
"name": "Mall",
"terms": ""