Don't show building=mosque as house icon

(closes #4586)
This commit is contained in:
Bryan Housel
2017-12-05 13:46:40 -05:00
parent 83f135f2ba
commit 6920e08737
5 changed files with 44 additions and 0 deletions
+4
View File
@@ -2527,6 +2527,10 @@ en:
name: Preschool/Kindergarten Building
# 'terms: kindergarden,pre-school'
terms: '<translate with synonyms or related terms for ''Preschool/Kindergarten Building'', separated by commas>'
building/mosque:
# building=mosque
name: Mosque Building
terms: '<translate with synonyms or related terms for ''Mosque Building'', separated by commas>'
building/public:
# building=public
name: Public Building
+16
View File
@@ -4485,6 +4485,22 @@
"matchScore": 0.5,
"name": "Preschool/Kindergarten Building"
},
"building/mosque": {
"icon": "place-of-worship",
"fields": [
"name",
"address",
"levels"
],
"geometry": [
"area"
],
"tags": {
"building": "mosque"
},
"matchScore": 0.5,
"name": "Mosque Building"
},
"building/public": {
"icon": "building",
"fields": [
+16
View File
@@ -0,0 +1,16 @@
{
"icon": "place-of-worship",
"fields": [
"name",
"address",
"levels"
],
"geometry": [
"area"
],
"tags": {
"building": "mosque"
},
"matchScore": 0.5,
"name": "Mosque Building"
}
+4
View File
@@ -848,6 +848,10 @@
"key": "building",
"value": "kindergarten"
},
{
"key": "building",
"value": "mosque"
},
{
"key": "building",
"value": "public"
+4
View File
@@ -3445,6 +3445,10 @@
"name": "Preschool/Kindergarten Building",
"terms": "kindergarden,pre-school"
},
"building/mosque": {
"name": "Mosque Building",
"terms": ""
},
"building/public": {
"name": "Public Building",
"terms": ""