mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Merge pull request #2171 from bhousel/bhousel-presets
Add preset for shop=funeral_directors
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -12,4 +13,4 @@
|
||||
"amenity": "grave_yard"
|
||||
},
|
||||
"name": "Graveyard"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"religion"
|
||||
"religion",
|
||||
"denomination"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -13,4 +14,4 @@
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Cemetery"
|
||||
}
|
||||
}
|
||||
|
||||
24
data/presets/presets/shop/funeral_directors.json
Normal file
24
data/presets/presets/shop/funeral_directors.json
Normal 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"
|
||||
}
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user