2022-06-09 12:24:54 +02:00
{
"id" : "tertiary_education" ,
"name" : {
2022-06-22 18:56:02 +02:00
"en" : "Colleges and universities" ,
"nl" : "Universiteiten en hogescholen"
2022-06-09 12:24:54 +02:00
} ,
"description" : "Layer with all tertiary education institutes (ISCED:2011 levels 6,7 and 8)" ,
"source" : {
"osmTags" : {
"or" : [
"amenity=college" ,
"amenity=university" ,
{
"and" : [
"amenity=school" ,
{
"or" : [
"isced:2011:level~.*bachelor.*" ,
"isced:2011:level~.*master.*"
]
}
]
}
]
}
} ,
"title" : {
"mappings" : [
{
"if" : "name~*" ,
"then" : {
2022-06-22 15:29:10 +02:00
"*" : "{name}"
2022-06-09 12:24:54 +02:00
}
} ,
{
"if" : "amenity=college" ,
"then" : {
"en" : "College" ,
"nl" : "Hogeschool"
}
2022-06-22 15:29:10 +02:00
} ,
{
2022-06-09 12:24:54 +02:00
"if" : "amenity=university" ,
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "University" ,
"nl" : "Universiteit"
2022-06-09 12:24:54 +02:00
}
} ,
{
"if" : "amenity=school" ,
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "School providing tertiary education" ,
"nl" : "Onderwijsinstelling die tertiair onderwijs geeft"
2022-06-09 12:24:54 +02:00
}
}
]
} ,
"tagRenderings" : [
2022-06-21 16:45:35 +02:00
{
"id" : "institution-kind" ,
"question" : {
2022-06-22 18:56:02 +02:00
"en" : "What kind of institution is this?" ,
"nl" : "Wat voor onderwijsinstelling is dit?"
2022-06-21 16:45:35 +02:00
} ,
"mappings" : [
{
"if" : "amenity=college" ,
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "This is an institution of post-secondary, non-tertiary education. One has to have completed secondary education to enroll here, but no bachelor (or higher) degrees are awarded here" ,
"nl" : "Dit is een onderwijsinstelling waar post-secundair, niet-tertiair onderwijs wordt gegeven. Om dit onderwijs te volgen, moet je je secundair onderwijs afgewerkt hebben maar de opleiding behaalt niet het niveau van van een bachelor."
2022-06-21 16:45:35 +02:00
}
} ,
{
2022-06-22 15:29:10 +02:00
"if" : "amenity=university" ,
2022-06-21 16:45:35 +02:00
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "This is a university, an institution of tertiary education where bachelor degrees or higher are awarded." ,
"nl" : "Dit is een universiteit (of hogeschool), een onderwijsinstelling van tertaire educatie. De gegeven opleidingen halen het niveau van een bachelor-opleiding of hoger."
2022-06-21 16:45:35 +02:00
}
}
]
} ,
{
"id" : "isced" ,
"question" : {
2022-06-22 18:56:02 +02:00
"en" : "What level of education is given here?" ,
"nl" : "Wat is het niveau van onderwijs?"
2022-06-21 16:45:35 +02:00
} ,
"multiAnswer" : true ,
2022-06-22 15:29:10 +02:00
"mappings" : [
{
"if" : "isced:2011:level=bachelor" ,
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "Bachelor degrees are awarded here" ,
"nl" : "Bacheloropleidingen (of equivalent) worden hier gegeven"
2022-06-22 15:29:10 +02:00
}
} ,
2022-06-21 16:45:35 +02:00
{
"if" : "isced:2011:level=master" ,
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "Master degrees are awarded here" ,
"nl" : "Masteropleidingen (of equivalent) worden hier gegeven"
2022-06-21 16:45:35 +02:00
}
2022-06-22 15:29:10 +02:00
} ,
{
2022-06-21 16:45:35 +02:00
"if" : "isced:2011:level=doctorate" ,
"then" : {
2022-06-22 18:56:02 +02:00
"en" : "Doctorate degrees are awarded here" ,
"nl" : "Doctoraatsopleidingen (of equivalent) worden hier gegeven"
2022-06-21 16:45:35 +02:00
}
2022-06-22 15:29:10 +02:00
}
] ,
2022-06-21 16:45:35 +02:00
"condition" : "amenity=university"
} ,
2022-06-09 16:49:02 +02:00
{
2022-06-22 15:29:10 +02:00
"builtin" : [
"school.capacity" ,
"school.gender"
] ,
2022-06-09 16:49:02 +02:00
"override" : {
"condition" : null
}
} ,
2022-06-09 12:24:54 +02:00
"website" ,
"email" ,
"phone"
] ,
2022-06-22 15:29:10 +02:00
"mapRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"iconSize" : {
"render" : "40,40,center"
} ,
"label" : {
"mappings" : [
{
"if" : "name~*" ,
"then" : "<div class='bg-white rounded-lg p-1'>{name}</div>"
}
]
} ,
"icon" : "circle:white;./assets/layers/school/college.svg"
2022-06-09 12:24:54 +02:00
} ,
{
"color" : "#22f1f4" ,
"width" : 1
}
2022-06-09 17:53:19 +02:00
] ,
"presets" : [
{
"title" : {
2022-06-22 18:56:02 +02:00
"en" : "a university" ,
"nl" : "een universiteit"
2022-06-09 17:53:19 +02:00
} ,
"description" : {
2022-06-22 18:56:02 +02:00
"en" : "An institute where tertiary education is given (at the level equivalent of a bachelors degree or higher). A single point per campus is enough - buildings and faculties should not be mapped with different university points." ,
"nl" : "Een onderwijsinstelling waar tertiair onderwijs wordt gegeven - dit is onderwijs waarvan het niveau overeenkomt met een bachelor of hoger is. Eén enkel punt per campus is genoeg - gebouwen en faculteiten worden hier niet op aangeduid."
2022-06-09 17:53:19 +02:00
} ,
2022-06-22 15:29:10 +02:00
"tags" : [
"amenity=university" ,
"fixme=Added with MapComplete, geometry to be drawn"
]
2022-06-09 17:53:19 +02:00
}
2022-06-09 12:24:54 +02:00
]
}