Merge pull request #2171 from bhousel/bhousel-presets

Add preset for shop=funeral_directors
This commit is contained in:
John Firebaugh
2014-03-28 09:50:25 -07:00
6 changed files with 65 additions and 6 deletions

View File

@@ -1577,6 +1577,9 @@ en:
shop/florist:
name: Florist
terms: "<translate with synonyms or related terms for 'Florist', separated by commas>"
shop/funeral_directors:
name: Funeral Home
terms: "<translate with synonyms or related terms for 'Funeral Home', separated by commas>"
shop/furniture:
name: Furniture Store
terms: "<translate with synonyms or related terms for 'Furniture Store', separated by commas>"

View File

@@ -836,7 +836,8 @@
"amenity/grave_yard": {
"icon": "cemetery",
"fields": [
"religion"
"religion",
"denomination"
],
"geometry": [
"point",
@@ -4419,7 +4420,8 @@
"landuse/cemetery": {
"icon": "cemetery",
"fields": [
"religion"
"religion",
"denomination"
],
"geometry": [
"point",
@@ -6849,6 +6851,30 @@
},
"name": "Florist"
},
"shop/funeral_directors": {
"icon": "cemetery",
"fields": [
"address",
"building_area",
"religion",
"denomination"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "funeral_directors"
},
"terms": [
"undertaker",
"funeral parlour",
"funeral parlor",
"memorial home"
],
"name": "Funeral Home"
},
"shop/furniture": {
"icon": "shop",
"fields": [

View File

@@ -1,7 +1,8 @@
{
"icon": "cemetery",
"fields": [
"religion"
"religion",
"denomination"
],
"geometry": [
"point",
@@ -12,4 +13,4 @@
"amenity": "grave_yard"
},
"name": "Graveyard"
}
}

View File

@@ -1,7 +1,8 @@
{
"icon": "cemetery",
"fields": [
"religion"
"religion",
"denomination"
],
"geometry": [
"point",
@@ -13,4 +14,4 @@
},
"terms": [],
"name": "Cemetery"
}
}

View File

@@ -0,0 +1,24 @@
{
"icon": "cemetery",
"fields": [
"address",
"building_area",
"religion",
"denomination"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "funeral_directors"
},
"terms": [
"undertaker",
"funeral parlour",
"funeral parlor",
"memorial home"
],
"name": "Funeral Home"
}

View File

@@ -2536,6 +2536,10 @@
"name": "Florist",
"terms": ""
},
"shop/funeral_directors": {
"name": "Funeral Home",
"terms": "undertaker,funeral parlour,funeral parlor,memorial home"
},
"shop/furniture": {
"name": "Furniture Store",
"terms": ""