Further work on the educational theme
This commit is contained in:
parent
e44133645a
commit
d8b90eff3b
4 changed files with 39 additions and 7 deletions
|
@ -9,7 +9,8 @@
|
|||
"osmTags": {
|
||||
"or": [
|
||||
"amenity=childcare",
|
||||
"amenity=kindergarten"
|
||||
"amenity=kindergarten",
|
||||
"isced:level:2011=early_childhood"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -56,6 +56,12 @@
|
|||
"id": "education-level",
|
||||
"question": "What level of education is given on this school?",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "isced:2011:level=early_childhood",
|
||||
"then": {
|
||||
"en": "This is a school with a kindergarten section where young kids receive some education which prepares reading and writing."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "isced:2011:level=primary",
|
||||
"then": {
|
||||
|
@ -188,7 +194,28 @@
|
|||
},
|
||||
"website",
|
||||
"phone",
|
||||
"email"
|
||||
"email",
|
||||
{
|
||||
"id": "language",
|
||||
"question": {
|
||||
"en": "What is the main language of this school?<div class='subtle'>What language is spoken with the students in non-language related courses and with the administration?</div>"
|
||||
},
|
||||
"render": {
|
||||
"en":"{school:language} is the main language of {title()}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "school:language",
|
||||
"type": "language",
|
||||
"inline": true
|
||||
},
|
||||
"mappings": [{
|
||||
"if": "school:language=",
|
||||
"then": {
|
||||
"en": "The main language of this school is unknown"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}]
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
|
|
|
@ -52,9 +52,12 @@
|
|||
]
|
||||
},
|
||||
"tagRenderings": [
|
||||
"school.capacity",
|
||||
"school.gender",
|
||||
"school.target-audience",
|
||||
{
|
||||
"builtin": ["school.capacity","school.gender"],
|
||||
"override": {
|
||||
"condition": null
|
||||
}
|
||||
},
|
||||
"website",
|
||||
"email",
|
||||
"phone"
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
"startLon": 0,
|
||||
"startZoom": 0,
|
||||
"icon": "./assets/layers/school/college.svg",
|
||||
"#layers:note": "kindergarten_childcare must be _below_ school, as it can 'catch' primary schools which do have an integrated preschool",
|
||||
"layers": [
|
||||
"kindergarten_childcare",
|
||||
"school",
|
||||
"tertiary_education"
|
||||
"tertiary_education",
|
||||
"kindergarten_childcare"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue