mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "mosque"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Mosque Building"
|
||||
}
|
||||
@@ -848,6 +848,10 @@
|
||||
"key": "building",
|
||||
"value": "kindergarten"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "mosque"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "public"
|
||||
|
||||
Vendored
+4
@@ -3445,6 +3445,10 @@
|
||||
"name": "Preschool/Kindergarten Building",
|
||||
"terms": "kindergarden,pre-school"
|
||||
},
|
||||
"building/mosque": {
|
||||
"name": "Mosque Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/public": {
|
||||
"name": "Public Building",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user