Themes(education): move 'kindergarten' into 'school', add 'school:orientation' (only in Belgium), add more differentiated icons

This commit is contained in:
Pieter Vander Vennet 2025-01-26 03:32:51 +01:00
parent 87ab165e58
commit 6d68ca7988
26 changed files with 1147 additions and 738 deletions

View file

@ -0,0 +1,157 @@
{
"id": "childcare",
"name": {
"en": "Childcare",
"nl": "Kinderopvang",
"de": "Kinderkrippen",
"ca": "Guarderies d'infants"
},
"description": "Shows kindergartens and preschools. Both are grouped in one layer, as they are regularly confused with each other",
"source": {
"osmTags": "amenity=childcare"
},
"minzoom": 12,
"title": {
"mappings": [
{
"if": "amenity=childcare",
"then": {
"en": "Childcare {name}",
"nl": "Kinderopvang {name}",
"de": "Kinderkrippe {name}",
"pl": "Żłobek {name}",
"cs": "Péče o děti {name}",
"es": "Guardería {name}"
}
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div class='bg-white rounded-lg p-1'>{name}</div>"
}
]
},
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"mappings": [
{
"if": "amenity=childcare",
"then": "./assets/layers/childcare/childcare.svg"
}
]
}
}
]
}
],
"lineRendering": [
{
"color": "#62fc6c",
"width": 1
}
],
"presets": [
{
"title": {
"en": "a childcare",
"nl": "een kinderopvang",
"de": "eine Kinderkrippe",
"ca": "una guarderia",
"pl": "żłobek",
"cs": "péče o děti",
"es": "una guardería"
},
"description": "A childcare (also known as <i>a nursery</i> or <i>daycare</i>) is a facility which looks after small kids, but does not offer them an education program.",
"tags": [
"amenity=childcare"
]
}
],
"tagRenderings": [
{
"id": "name",
"question": {
"en": "What is the name of this facility?",
"de": "Wie lautet der Name dieser Einrichtung?",
"nl": "Wat is de naam van deze faciliteit?",
"ca": "Com s'anomena aquesta instal·lació?",
"pl": "Jaka jest nazwa tej placówki?",
"cs": "Jak se toto zařízení jmenuje?",
"es": "¿Cuál es el nombre de este centro?"
},
"render": {
"en": "This facility is named <b>{name}</b>",
"de": "Diese Einrichtung hat den Namen <b>{name}</b>",
"ca": "Aquesta instal·lació s'anomena <b>{name}</b>",
"nl": "Deze faciliteit heet <b>{name}</b>",
"pl": "Ta placówka nazywa się <b>{name}</b>",
"cs": "Toto zařízení se jmenuje <b>{name}</b>",
"es": "Este centro se llama <b>{name}</b>"
},
"freeform": {
"key": "name"
}
},
"website",
"email",
"phone",
{
"builtin": "opening_hours",
"override": {
"question": {
"en": "When is this childcare opened?",
"nl": "Wanneer is deze kinderopvang geopend?",
"de": "Wann ist diese Kinderbetreuung geöffnet?",
"pl": "W jakich godzinach ten żłobek jest otwarty?",
"cs": "Kdy je tato péče o děti otevřena?",
"es": "¿Cuándo abre esta guardería?"
},
"condition": "amenity=childcare"
}
},
{
"id": "capacity",
"question": {
"en": "How much kids (at most) can be enrolled here?",
"nl": "Hoeveel kinderen kunnen hier terecht?",
"de": "Wie viele Kinder können hier maximal angemeldet werden?",
"ca": "Quants nens (com a màxim) es poden inscriure aquí?",
"pl": "Jak wiele dzieci (maksymalnie) może być tutaj zapisanych?",
"cs": "Kolik dětí (maximálně) zde může být zapsáno?",
"es": "¿Cuántos niños (como máximo) pueden inscribirse aquí?"
},
"render": {
"en": "This facility has room for {capacity} kids",
"nl": "Hier kunnen {capacity} kinderen terecht",
"de": "Diese Einrichtung bietet Platz für {capacity} Kinder",
"ca": "Aquesta instal·lació té espai per a {capacity} nens",
"pl": "Ta placówka ma miejsce na {capacity} dzieci",
"cs": "Toto zařízení má prostor pro {capacity} dětí",
"es": "Este centro tiene capacidad para {capacity} niños"
},
"freeform": {
"key": "capacity",
"type": "pnat"
}
}
],
"deletion": true,
"allowMove": {
"enableRelocation": true,
"enableImproveAccuracy": true
}
}

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After

View file

@ -0,0 +1,12 @@
[
{
"path": "childcare.svg",
"license": "CC-BY-4.0",
"authors": [
"Diego Naive"
],
"sources": [
"https://thenounproject.com/icon/child-care-332981/"
]
}
]

View file

@ -1,243 +0,0 @@
{
"id": "kindergarten_childcare",
"name": {
"en": "Kindergartens and childcare",
"nl": "Kleuterscholen en kinderopvang",
"de": "Kindergärten und Kinderkrippen",
"ca": "Llars d'infants i guarderies",
"pl": "Przedszkola i żłobki",
"cs": "Mateřské školky a péče o děti",
"es": "Jardines de infancia y guarderías"
},
"description": "Shows kindergartens and preschools. Both are grouped in one layer, as they are regularly confused with each other",
"source": {
"osmTags": {
"or": [
"amenity=childcare",
"amenity=kindergarten",
"isced:level:2011=early_childhood"
]
}
},
"minzoom": 12,
"title": {
"mappings": [
{
"if": "amenity=kindergarten",
"then": {
"en": "Kindergarten {name}",
"nl": "Kleuterschool {name}",
"de": "Kindergarten {name}",
"pl": "Przedszkole {name}",
"cs": "Mateřská škola {name}",
"es": "Jardín de infancia {name}"
}
},
{
"if": "amenity=childcare",
"then": {
"en": "Childcare {name}",
"nl": "Kinderopvang {name}",
"de": "Kinderkrippe {name}",
"pl": "Żłobek {name}",
"cs": "Péče o děti {name}",
"es": "Guardería {name}"
}
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div class='bg-white rounded-lg p-1'>{name}</div>"
}
]
},
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"mappings": [
{
"if": "amenity=kindergarten",
"then": "./assets/layers/kindergarten_childcare/kindergarten.svg"
},
{
"if": "amenity=childcare",
"then": "./assets/layers/kindergarten_childcare/childcare.svg"
}
]
}
}
]
}
],
"lineRendering": [
{
"color": "#62fc6c",
"width": 1
}
],
"presets": [
{
"title": {
"en": "a kindergarten",
"nl": "een kleuterschool",
"de": "einen Kindergarten",
"ru": "детский сад",
"ca": "una llar d'infants",
"pl": "przedszkole",
"cs": "mateřská školka",
"es": "un jardín de infancia"
},
"description": "A kindergarten (also known as <i>preschool</i>) is a school where small kids receive early education.",
"tags": [
"amenity=kindergarten",
"isced:level=0",
"isced:2011:level=early_childhood"
]
},
{
"title": {
"en": "a childcare",
"nl": "een kinderopvang",
"de": "eine Kinderkrippe",
"ca": "una guarderia",
"pl": "żłobek",
"cs": "péče o děti",
"es": "una guardería"
},
"description": "A childcare (also known as <i>a nursery</i> or <i>daycare</i>) is a facility which looks after small kids, but does not offer them an education program.",
"tags": [
"amenity=kindergarten"
]
}
],
"tagRenderings": [
{
"id": "childcare-type",
"question": {
"en": "What type of facility is this?",
"nl": "Wat voor faciliteit is dit?",
"de": "Um welche Art von Einrichtung handelt es sich?",
"pl": "Jaki to rodzaj placówki?",
"ca": "Quin tipus d'instal·lació és aquesta?",
"cs": "O jaký typ zařízení se jedná?",
"es": "¿Qué tipo de centro es este?"
},
"mappings": [
{
"if": "amenity=kindergarten",
"then": {
"en": "This is a kindergarten (also known as <i>preschool</i>) where small kids receive early education.",
"nl": "Dit is een kleuterschool waar kindjes (voorbereidend) onderwijs krijgen.",
"de": "Dies ist ein Kindergarten (auch bekannt als <i>Vorschule</i>), in dem kleine Kinder eine Früherziehung erhalten.",
"ca": "Aquesta és una llar d'infants (també coneguda com a <i>preescolar</i>) on els nens petits reben educació primerenca.",
"pl": "To jest przedszkole, gdzie małe dzieci otrzymują wczesną edukację.",
"cs": "Jedná se o mateřskou školu (známou také jako <i>předškolní zařízení</i>), kde se malým dětem dostává raného vzdělání.",
"es": "Se trata de un jardín de infancia (también conocido como <i>preescolar</i>) donde los niños pequeños reciben educación temprana."
},
"addExtraTags": [
"isced:level=0",
"isced:2011:level=early_childhood"
]
},
{
"if": "amenity=childcare",
"then": {
"en": "This is a childcare facility, such as a nursery or daycare where small kids are looked after. They do not offer an education and are ofter run as private businesses",
"nl": "Dit is een kinderopvang (ook een creche of onthaalmoeder genoemd) waar er voor kleine kinderen gezorgd wordt. Onderwijs is niet de hoofdfocus.",
"de": "Dies ist eine Kinderbetreuungseinrichtung, z. B. ein Kinderkrippe oder eine Tagesmutter, in der Kleinkinder betreut werden. Sie bieten keine Ausbildung an und werden oft als Privatunternehmen geführt",
"cs": "Jedná se o zařízení péče o děti, jako jsou jesle nebo školka, kde se starají o malé děti. Neposkytují vzdělání a jsou často provozovány jako soukromé podniky",
"es": "Se trata de un centro de cuidado infantil, como una guardería o una sala de juegos donde se cuida a los niños pequeños. No ofrecen educación y suelen ser empresas privadas"
},
"addExtraTags": [
"isced:level=",
"isced:2011:level="
]
}
]
},
{
"id": "name",
"question": {
"en": "What is the name of this facility?",
"de": "Wie lautet der Name dieser Einrichtung?",
"nl": "Wat is de naam van deze faciliteit?",
"ca": "Com s'anomena aquesta instal·lació?",
"pl": "Jaka jest nazwa tej placówki?",
"cs": "Jak se toto zařízení jmenuje?",
"es": "¿Cuál es el nombre de este centro?"
},
"render": {
"en": "This facility is named <b>{name}</b>",
"de": "Diese Einrichtung hat den Namen <b>{name}</b>",
"ca": "Aquesta instal·lació s'anomena <b>{name}</b>",
"nl": "Deze faciliteit heet <b>{name}</b>",
"pl": "Ta placówka nazywa się <b>{name}</b>",
"cs": "Toto zařízení se jmenuje <b>{name}</b>",
"es": "Este centro se llama <b>{name}</b>"
},
"freeform": {
"key": "name"
}
},
"website",
"email",
"phone",
{
"builtin": "opening_hours",
"override": {
"question": {
"en": "When is this childcare opened?",
"nl": "Wanneer is deze kinderopvang geopend?",
"de": "Wann ist diese Kinderbetreuung geöffnet?",
"pl": "W jakich godzinach ten żłobek jest otwarty?",
"cs": "Kdy je tato péče o děti otevřena?",
"es": "¿Cuándo abre esta guardería?"
},
"condition": "amenity=childcare"
}
},
{
"id": "capacity",
"question": {
"en": "How much kids (at most) can be enrolled here?",
"nl": "Hoeveel kinderen kunnen hier terecht?",
"de": "Wie viele Kinder können hier maximal angemeldet werden?",
"ca": "Quants nens (com a màxim) es poden inscriure aquí?",
"pl": "Jak wiele dzieci (maksymalnie) może być tutaj zapisanych?",
"cs": "Kolik dětí (maximálně) zde může být zapsáno?",
"es": "¿Cuántos niños (como máximo) pueden inscribirse aquí?"
},
"render": {
"en": "This facility has room for {capacity} kids",
"nl": "Hier kunnen {capacity} kinderen terecht",
"de": "Diese Einrichtung bietet Platz für {capacity} Kinder",
"ca": "Aquesta instal·lació té espai per a {capacity} nens",
"pl": "Ta placówka ma miejsce na {capacity} dzieci",
"cs": "Toto zařízení má prostor pro {capacity} dětí",
"es": "Este centro tiene capacidad para {capacity} niños"
},
"freeform": {
"key": "capacity",
"type": "pnat"
}
}
],
"deletion": true,
"allowMove": {
"enableRelocation": true,
"enableImproveAccuracy": true
}
}

View file

@ -1,25 +0,0 @@
[
{
"path": "childcare.svg",
"license": "CC-BY-4.0",
"authors": [
"Diego Naive"
],
"sources": [
"https://thenounproject.com/icon/child-care-332981/"
]
},
{
"path": "kindergarten.svg",
"license": "CC-BY-4.0",
"authors": [
"Diego Naive",
"VideoPlasty",
"Pietervdvn"
],
"sources": [
"https://thenounproject.com/icon/child-care-332981/",
"https://commons.wikimedia.org/wiki/File:Blackboard_Flat_Icon_Vector.svg"
]
}
]

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Diego Naive; VideoPlasty; Pietervdvn
SPDX-License-Identifier: CC-BY-4.0

View file

@ -9,6 +9,19 @@
"https://labs.mapbox.com/maki-icons/"
]
},
{
"path": "kindergarten.svg",
"license": "CC-BY-4.0",
"authors": [
"Diego Naive",
"VideoPlasty",
"Pietervdvn"
],
"sources": [
"https://thenounproject.com/icon/child-care-332981/",
"https://commons.wikimedia.org/wiki/File:Blackboard_Flat_Icon_Vector.svg"
]
},
{
"path": "school.svg",
"license": "CC0-1.0",
@ -19,5 +32,29 @@
"https://github.com/ideditor/temaki",
"https://ideditor.github.io/temaki/docs/"
]
},
{
"path": "school_academic.svg",
"license": "CC0-1.0",
"authors": [
"Temaki",
"Pietervdvn"
],
"sources": [
"https://github.com/ideditor/temaki",
"https://ideditor.github.io/temaki/docs/"
]
},
{
"path": "school_primary.svg",
"license": "CC0-1.0",
"authors": [
"Temaki",
"Pietervdvn"
],
"sources": [
"https://github.com/ideditor/temaki",
"https://ideditor.github.io/temaki/docs/"
]
}
]

View file

@ -11,7 +11,12 @@
},
"description": "Schools giving primary and secondary education and post-secondary, non-tertiary education. Note that this level of education does not imply an age of the pupiles",
"source": {
"osmTags": "amenity=school"
"osmTags": {
"or": [
"amenity=school",
"amenity=kindergarten"
]
}
},
"calculatedTags": [
"_enclosing=enclosingFeatures(feat)('school').map(f => f.feat.properties.id)",
@ -58,7 +63,32 @@
"color": "white"
},
{
"icon": "./assets/layers/school/school.svg"
"icon": {
"render": "./assets/layers/school/school.svg",
"mappings": [
{
"if": {
"or": [
"amenity=kindergarten",
"school=kindergarten"
]
},
"then": "./assets/layers/school/kindergarten.svg"
},
{
"if": "school:orientation=academic",
"then": "./assets/layers/school/school_academic.svg"
},
{
"if": "school~.*secondary.*",
"then": "./assets/layers/school/school.svg"
},
{
"if": "school~.*primary.*",
"then": "./assets/layers/school/school_primary.svg"
}
]
}
}
]
}
@ -70,6 +100,25 @@
}
],
"presets": [
{
"title": {
"en": "a primary or secondary school",
"nl": "een lagere of middelbare school",
"de": "eine Grundschule oder weiterführende Schule",
"ru": "детский сад",
"ca": "una escola de primària o secundària",
"pl": "przedszkole",
"cs": "základní nebo střední škola",
"es": "una escuela primaria o secundaria",
"fr": "une école primaire ou secondaire"
},
"description": "A kindergarten (also known as <i>preschool</i>) is a school where small kids receive early education.",
"tags": [
"amenity=kindergarten",
"school=kindergarten",
"isced:level=0"
]
},
{
"tags": [
"amenity=school",
@ -156,10 +205,10 @@
"cs": "Jaký stupeň vzdělání se na této škole poskytuje?",
"es": "¿Qué nivel de educación se imparte en esta escuela?"
},
"filter": true,
"mappings": [
{
"if": "school=kindergarten",
"alsoShowIf": "amenity=kindergarten",
"then": {
"en": "This is a school with a kindergarten section where young kids receive some education which prepares reading and writing.",
"nl": "Dit is een school die ook een kleuterschool bevat",
@ -172,6 +221,9 @@
},
{
"if": "school=primary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a school where one learns primary skills such as basic literacy and numerical skills. <div class='subtle'>Pupils typically enroll from 6 years old till 12 years old</div>",
"nl": "Dit is een lagere school",
@ -184,6 +236,9 @@
},
{
"if": "school=secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which offers all grades",
"nl": "Dit is een middelbare school die alle schooljaren aanbiedt (dus van het eerste tot en met het zesde middelbaar)",
@ -196,6 +251,9 @@
},
{
"if": "school=lower_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which does <i>not</i> have all grades, but offers <b>first and second</b> grade",
"nl": "Dit is een middelbare school die <i>niet</i> alle schooljaren aanbiedt, maar wel <b>het eerste en tweede middelbaar</b>",
@ -208,6 +266,9 @@
},
{
"if": "school=middle_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which does <i>not</i> have all grades, but offers <b>third and fourth</b> grade",
"nl": "Dit is een middelbare school die <i>niet</i> alle schooljaren aanbiedt, maar wel <b>het derde en vierde middelbaar</b>",
@ -220,6 +281,9 @@
},
{
"if": "school=upper_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which does <i>not</i> have all grades, but offers <b>fifth and sixth</b> grade",
"nl": "Dit is een middelbare school die <i>niet</i> alle schooljaren aanbiedt, maar wel <b>het vijfde en zesde middelbaar</b>",
@ -232,6 +296,9 @@
},
{
"if": "school=post_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This school offers post-secondary education (e.g. a seventh or eight specialisation year)",
"nl": "Deze school biedt post-secundair onderwijs (bijvoorbeeld <b>specialisatiejaren</b>)",
@ -245,6 +312,43 @@
],
"multiAnswer": true
},
{
"id": "orientation_belgium",
"question": {
"en": "What does this school train pupils for?",
"nl": "Waarop wordt een leerling voorbereid?"
},
"condition": {
"or": [
"school~i~(.+;)?upper_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
},
"multiAnswer": true,
"mappings": [
{
"if": "school:orientation=academic",
"then": {
"en": "Prepares for an academic study at university",
"nl": "<b>Doorstroomfinaliteit</b>: een opleiding hier bereidt voor op universitaire studies"
}
},
{
"if": "school:orientation=professional",
"then": {
"en": "Prepares for a professional study at a college",
"nl": "<b>Dubbele finaliteit</b>: een opleiding hier bereidt voor op verdere studie (bv. aan een hogeschool of secundair-na-secundair) of op de arbeidsmarkt"
}
},
{
"if": "school:orientation=vocational",
"then": {
"en": "Prepares for a job",
"nl": "<b>Arbeidsfinaliteit</b>: een opleiding hier bereidt voor op de arbeidsmarkt"
}
}
]
},
{
"id": "gender",
"question": {
@ -410,7 +514,6 @@
},
{
"id": "target-audience",
"condition": "school:for~*",
"question": {
"en": "Does this school target students with a special need? Which structural facilities does this school have?",
"nl": "Richt deze school zich op leerlingen met een speciale zorgbehoefte? Welke structurele faciliteiten heeft deze school voor leerlingen met een extra zorgbehoefte?",
@ -435,21 +538,9 @@
"inline": true
},
"mappings": [
{
"if": "school:for=",
"then": {
"en": "This is a school where students study skills at their age-adequate level. <div>There are little or no special facilities to cater for students with special needs or facilities are ad-hoc</div>",
"nl": "Deze school richt zich op studenten zonder extra zorgbehoefte. <div class='subtle>Dit omvat leerlingen waarbij kleine, ad-hoc maatregelen volstaan om de lessen te volgen.</div>",
"de": "Es handelt sich um eine Schule, in der die Schüler Fähigkeiten auf ihrem altersgemäßen Niveau erlernen. <div>Es gibt wenig oder keine speziellen Einrichtungen für Schüler mit besonderen Bedürfnissen oder die Einrichtungen sind ad-hoc</div>",
"fr": "C'est un établissement scolaire où les étudiants acquièrent des compétences à un niveau adapté à leur âge. <div>Il y a peu ou pas d'adaptations spéciales pour aider les étudiants ayant des besoins particuliers, ou les installations sont ad-hoc</div> Remark: isn't it contradictory to say there's no special facility + the facilities are ad-hoc?",
"ca": "Aquesta és una escola on els estudiants estudien habilitats al nivell adequat per a la seva edat. <div>Hi ha poques o cap instal·lació especial per atendre els estudiants amb necessitats especials o les instal·lacions són ad-hoc</div>",
"cs": "Jedná se o školu, kde studenti studují dovednosti na úrovni odpovídající jejich věku. <div>Existuje málo nebo žádná speciální zařízení pro studenty se speciálními potřebami nebo zařízení jsou ad hoc</div>",
"es": "Esta es una escuela donde los alumnos estudian habilidades en su nivel adecuado para su edad. <div>Hay pocas o ninguna instalación especial para atender a alumnos con necesidades especiales o las instalaciones son improvisadas</div>"
},
"hideInAnswer": true
},
{
"if": "school:for=mainstream",
"alsoShowIf": "school:for=",
"then": {
"en": "This is a school for students without special needs<div class='subtle'>This includes students who can follow the courses with small, ad hoc measurements</div>",
"nl": "Deze school richt zich op studenten zonder extra zorgbehoefte<div class='subtle>Dit omvat leerlingen waarbij kleine, ad-hoc maatregelen volstaan om de lessen te volgen.</div>",
@ -460,31 +551,6 @@
"es": "Esta es una escuela para alumnos sin necesidades especiales<div class='subtle'>Esto incluye alumnos que pueden seguir los cursos con pequeñas medidas improvisadas</div>"
}
},
{
"if": "school:for=adults",
"then": {
"en": "This is a school where adults are taught skills on the level as specified.",
"nl": "Deze school richt zich op volwassenen",
"de": "Dies ist eine Schule, in der Erwachsene auf dem angegebenen Niveau unterrichtet werden.",
"fr": "C'est un établissement où des adultes sont formés au niveau mentionné.",
"ca": "Aquesta és una escola on els adults reben competències al nivell especificat.",
"cs": "Jedná se o školu, kde se dospělí učí dovednostem na stanovené úrovni.",
"es": "Esta es una escuela donde se enseñan habilidades a adultos en el nivel especificado."
}
},
{
"if": "school:for=autism",
"then": {
"en": "This is a school for students with autism",
"nl": "Deze school richt zich op studenten in het autisme-spectrum",
"de": "Dies ist eine Schule für Schüler mit Autismus",
"fr": "C'est un établissement scolaire pour les étudiants ayant un trouble du spectre de lautisme (TSA)",
"ca": "Aquesta és una escola per a estudiants amb autisme",
"pl": "To jest szkoła dla uczniów z autyzmem",
"cs": "Jedná se o školu pro studenty s autismem",
"es": "Esta es una escuela para alumnos con autismo"
}
},
{
"if": "school:for=learning_disabilities",
"then": {
@ -606,7 +672,97 @@
}
],
"filter": [
"pedagogy"
"pedagogy",
{
"id": "level",
"options": [
{
"question": {
"en": "All levels of education"
}
},
{
"question": {
"en": "Has a kindergarten",
"nl": "Kleuterafdeling"
},
"osmTags": {
"or": [
"school~i~(.+;)?kindergarten(;.+)?",
"amenity=kindergarten"
]
}
},
{
"question": {
"en": "Primary school",
"nl": "Lagere school"
},
"osmTags": "school~i~(.+;)?primary(;.+)?"
},
{
"question": {
"en": "Secondary school with all grades",
"nl": "Secundaire school met alle graden"
},
"osmTags": "school~i~(.+;)?secondary(;.+)?"
},
{
"question": {
"en": "Has first grade",
"nl": "Heeft eerste graad"
},
"osmTags": {
"or": [
"school~i~(.+;)?lower_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
}
},
{
"question": {
"en": "Has second grade",
"nl": "Heeft tweede graad"
},
"osmTags": {
"or": [
"school~i~(.+;)?middle_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
}
},
{
"question": {
"en": "Has third grade",
"nl": "Heeft derde graad"
},
"osmTags": {
"or": [
"school~i~(.+;)?upper_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
}
},
{
"question": {
"en": "This school offers post-secondary education (e.g. a seventh or eight specialisation year)",
"nl": "Heeft specialisatiejaar"
},
"osmTags": "school~i~.+;)?post_secondary(;.+"
},
{
"question": {
"en": "Unknown school level"
},
"osmTags": {
"and": [
"school=",
"amenity!=kindergarten"
]
}
}
]
}
],
"allowMove": {
"enableImproveAccuracy": true,

View file

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
x="0"
y="0"
viewBox="0 0 15 15"
id="svg6"
sodipodi:docname="school_academic.svg"
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10">
<rect
x="54.803806"
y="20.094456"
width="58.343585"
height="48.378575"
id="rect1" />
</defs>
<sodipodi:namedview
id="namedview8"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="26.25896"
inkscape:cx="6.5120629"
inkscape:cy="14.718785"
inkscape:current-layer="svg6"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<path
d="M 10.110447,2.1457729 V 12.854227 H 2.0027214 V 2.1457729 Z M 9.3965499,2.8596699 H 2.7166183 V 12.14033 h 6.6799316 z"
id="path2"
style="stroke-width:0.713897"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 11.351837,11.350311 c 0.356948,0.356949 1.784742,0.356949 2.141691,0 0,0 -0.713897,1.427794 -1.070846,1.427794 -0.356948,0 -1.070845,-1.427794 -1.070845,-1.427794 z m 0,-7.1389689 c 0,0.3569485 2.141691,0.3569485 2.141691,0 0,0 0,6.4250719 0,6.4250719 0,0.356949 -2.141691,0.356949 -2.141691,0 0,0 0,-6.4250719 0,-6.4250719 z m 1.070845,-2.1416908 c -1.070845,0 -1.070845,0.3569485 -1.070845,0.713897 0,0 0,0.7138969 0,0.7138969 0,0.3569485 2.141691,0.3569485 2.141691,0 0,0 0,-0.7138969 0,-0.7138969 0,-0.3569485 0,-0.713897 -1.070846,-0.713897 z"
id="path4"
style="stroke-width:0.713897" />
<text
xml:space="preserve"
id="text1"
style="font-size:12px;line-height:1;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Normal';white-space:pre;shape-inside:url(#rect1);display:inline;fill:#ffffff;stroke:#fffbff;stroke-width:18;stroke-linecap:square;stroke-dasharray:53.9999, 53.9999" />
<g
id="g7"
transform="matrix(1.0811056,0,0,1.0811056,0.03244121,-0.04815401)"
style="stroke-width:0.73998322;stroke-dasharray:none">
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.73998322;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 3.4591194,7.5098544 4.4428922,9.3097195 5.2227716,4.6540993 7.6852928,4.6813575"
id="path5"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.73998322;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 5.8524143,6.7799431 7.6266425,9.1791123"
id="path6" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.73998322;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 7.6266425,6.7799431 5.8524143,9.1791123"
id="path7" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Temaki; Pietervdvn
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,153 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
x="0"
y="0"
viewBox="0 0 15 15"
id="svg6"
sodipodi:docname="school_primary.svg"
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
xml:space="preserve"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs10"><symbol
id="v"
overflow="visible"><path
d="m18.766-1.125c-0.96875 0.5-1.9805 0.875-3.0312 1.125-1.043 0.25781-2.1367 0.39062-3.2812 0.39062-3.3984 0-6.0898-0.94531-8.0781-2.8438-1.9922-1.9062-2.9844-4.4844-2.9844-7.7344 0-3.2578 0.99219-5.8359 2.9844-7.7344 1.9883-1.9062 4.6797-2.8594 8.0781-2.8594 1.1445 0 2.2383 0.13281 3.2812 0.39062 1.0508 0.25 2.0625 0.625 3.0312 1.125v4.2188c-0.98047-0.65625-1.9453-1.1406-2.8906-1.4531-0.94922-0.3125-1.9492-0.46875-3-0.46875-1.875 0-3.3516 0.60547-4.4219 1.8125-1.0742 1.1992-1.6094 2.8555-1.6094 4.9688 0 2.1055 0.53516 3.7617 1.6094 4.9688 1.0703 1.1992 2.5469 1.7969 4.4219 1.7969 1.0508 0 2.0508-0.14844 3-0.45312 0.94531-0.3125 1.9102-0.80078 2.8906-1.4688z"
id="path2-3" /></symbol><symbol
id="d"
overflow="visible"><path
d="m13.734-11.141c-0.4375-0.19531-0.87109-0.34375-1.2969-0.4375-0.41797-0.10156-0.83984-0.15625-1.2656-0.15625-1.2617 0-2.2305 0.40625-2.9062 1.2188-0.67969 0.80469-1.0156 1.9531-1.0156 3.4531v7.0625h-4.8906v-15.312h4.8906v2.5156c0.625-1 1.3438-1.7266 2.1562-2.1875 0.82031-0.46875 1.8008-0.70312 2.9375-0.70312 0.16406 0 0.34375 0.011719 0.53125 0.03125 0.19531 0.011719 0.47656 0.039062 0.84375 0.078125z"
id="path5" /></symbol><symbol
id="a"
overflow="visible"><path
d="m17.641-7.7031v1.4062h-11.453c0.125 1.1484 0.53906 2.0078 1.25 2.5781 0.70703 0.57422 1.7031 0.85938 2.9844 0.85938 1.0312 0 2.082-0.14844 3.1562-0.45312 1.082-0.3125 2.1914-0.77344 3.3281-1.3906v3.7656c-1.1562 0.4375-2.3125 0.76562-3.4688 0.98438-1.1562 0.22656-2.3125 0.34375-3.4688 0.34375-2.7734 0-4.9297-0.70312-6.4688-2.1094-1.5312-1.4062-2.2969-3.3789-2.2969-5.9219 0-2.5 0.75391-4.4609 2.2656-5.8906 1.5078-1.4375 3.582-2.1562 6.2188-2.1562 2.4062 0 4.332 0.73047 5.7812 2.1875 1.4453 1.4492 2.1719 3.3828 2.1719 5.7969zm-5.0312-1.625c0-0.92578-0.27344-1.6719-0.8125-2.2344-0.54297-0.57031-1.25-0.85938-2.125-0.85938-0.94922 0-1.7188 0.26562-2.3125 0.79688s-0.96484 1.2969-1.1094 2.2969z"
id="path8" /></symbol><symbol
id="e"
overflow="visible"><path
d="m9.2188-6.8906c-1.0234 0-1.793 0.17188-2.3125 0.51562-0.51172 0.34375-0.76562 0.85547-0.76562 1.5312 0 0.625 0.20703 1.1172 0.625 1.4688 0.41406 0.34375 0.98828 0.51562 1.7188 0.51562 0.92578 0 1.7031-0.32812 2.3281-0.98438 0.63281-0.66406 0.95312-1.4922 0.95312-2.4844v-0.5625zm7.4688-1.8438v8.7344h-4.9219v-2.2656c-0.65625 0.92969-1.3984 1.6055-2.2188 2.0312-0.82422 0.41406-1.8242 0.625-3 0.625-1.5859 0-2.8711-0.45703-3.8594-1.375-0.99219-0.92578-1.4844-2.1289-1.4844-3.6094 0-1.7891 0.61328-3.1016 1.8438-3.9375 1.2383-0.84375 3.1797-1.2656 5.8281-1.2656h2.8906v-0.39062c0-0.76953-0.30859-1.332-0.92188-1.6875-0.61719-0.36328-1.5703-0.54688-2.8594-0.54688-1.0547 0-2.0312 0.10547-2.9375 0.3125-0.89844 0.21094-1.7305 0.52344-2.5 0.9375v-3.7344c1.0391-0.25 2.0859-0.44141 3.1406-0.57812 1.0625-0.13281 2.125-0.20312 3.1875-0.20312 2.7578 0 4.75 0.54688 5.9688 1.6406 1.2266 1.0859 1.8438 2.8555 1.8438 5.3125z"
id="path11" /></symbol><symbol
id="c"
overflow="visible"><path
d="m7.7031-19.656v4.3438h5.0469v3.5h-5.0469v6.5c0 0.71094 0.14062 1.1875 0.42188 1.4375s0.83594 0.375 1.6719 0.375h2.5156v3.5h-4.1875c-1.9375 0-3.3125-0.39844-4.125-1.2031-0.80469-0.8125-1.2031-2.1797-1.2031-4.1094v-6.5h-2.4219v-3.5h2.4219v-4.3438z"
id="path14" /></symbol><symbol
id="k"
overflow="visible"><path
d="m12.766-13.078v-8.2031h4.9219v21.281h-4.9219v-2.2188c-0.66797 0.90625-1.4062 1.5703-2.2188 1.9844s-1.7578 0.625-2.8281 0.625c-1.8867 0-3.4336-0.75-4.6406-2.25-1.2109-1.5-1.8125-3.4258-1.8125-5.7812 0-2.3633 0.60156-4.2969 1.8125-5.7969 1.207-1.5 2.7539-2.25 4.6406-2.25 1.0625 0 2 0.21484 2.8125 0.64062 0.82031 0.42969 1.5664 1.0859 2.2344 1.9688zm-3.2188 9.9219c1.0391 0 1.8359-0.37891 2.3906-1.1406 0.55078-0.76953 0.82812-1.8828 0.82812-3.3438 0-1.457-0.27734-2.5664-0.82812-3.3281-0.55469-0.76953-1.3516-1.1562-2.3906-1.1562-1.043 0-1.8398 0.38672-2.3906 1.1562-0.55469 0.76172-0.82812 1.8711-0.82812 3.3281 0 1.4609 0.27344 2.5742 0.82812 3.3438 0.55078 0.76172 1.3477 1.1406 2.3906 1.1406z"
id="path17" /></symbol><symbol
id="j"
overflow="visible"><path
d="m10.5-3.1562c1.0508 0 1.8516-0.37891 2.4062-1.1406 0.55078-0.76953 0.82812-1.8828 0.82812-3.3438 0-1.457-0.27734-2.5664-0.82812-3.3281-0.55469-0.76953-1.3555-1.1562-2.4062-1.1562-1.0547 0-1.8594 0.38672-2.4219 1.1562-0.55469 0.77344-0.82812 1.8828-0.82812 3.3281 0 1.4492 0.27344 2.5586 0.82812 3.3281 0.5625 0.77344 1.3672 1.1562 2.4219 1.1562zm-3.25-9.9219c0.67578-0.88281 1.4219-1.5391 2.2344-1.9688 0.82031-0.42578 1.7656-0.64062 2.8281-0.64062 1.8945 0 3.4453 0.75 4.6562 2.25 1.207 1.5 1.8125 3.4336 1.8125 5.7969 0 2.3555-0.60547 4.2812-1.8125 5.7812-1.2109 1.5-2.7617 2.25-4.6562 2.25-1.0625 0-2.0078-0.21094-2.8281-0.625-0.8125-0.42578-1.5586-1.0859-2.2344-1.9844v2.2188h-4.8906v-21.281h4.8906z"
id="path20" /></symbol><symbol
id="i"
overflow="visible"><path
d="m0.34375-15.312h4.8906l4.125 10.391 3.5-10.391h4.8906l-6.4375 16.766c-0.64844 1.6953-1.4023 2.8828-2.2656 3.5625-0.86719 0.6875-2 1.0312-3.4062 1.0312h-2.8438v-3.2188h1.5312c0.83203 0 1.4375-0.13672 1.8125-0.40625 0.38281-0.26172 0.67969-0.73047 0.89062-1.4062l0.14062-0.42188z"
id="path23" /></symbol><symbol
id="h"
overflow="visible"><path
d="m7.8281-16.438v12.453h1.8906c2.1562 0 3.8008-0.53125 4.9375-1.5938 1.1328-1.0625 1.7031-2.6133 1.7031-4.6562 0-2.0195-0.57031-3.5547-1.7031-4.6094-1.125-1.0625-2.7734-1.5938-4.9375-1.5938zm-5.25-3.9688h5.5469c3.0938 0 5.3984 0.21875 6.9219 0.65625 1.5195 0.4375 2.8203 1.1875 3.9062 2.25 0.95703 0.91797 1.6641 1.9805 2.125 3.1875 0.46875 1.1992 0.70312 2.5586 0.70312 4.0781 0 1.543-0.23438 2.918-0.70312 4.125-0.46094 1.2109-1.168 2.2773-2.125 3.2031-1.0938 1.0547-2.4062 1.8047-3.9375 2.25-1.5312 0.4375-3.8281 0.65625-6.8906 0.65625h-5.5469z"
id="path26" /></symbol><symbol
id="g"
overflow="visible"><path
d="m2.3594-15.312h4.8906v15.312h-4.8906zm0-5.9688h4.8906v4h-4.8906z"
id="path29" /></symbol><symbol
id="u"
overflow="visible"><path
d="m12.766-2.5938c-0.66797 0.88672-1.4062 1.543-2.2188 1.9688-0.8125 0.41797-1.7578 0.625-2.8281 0.625-1.8672 0-3.4062-0.73438-4.625-2.2031-1.2188-1.4766-1.8281-3.3516-1.8281-5.625 0-2.2891 0.60938-4.1641 1.8281-5.625 1.2188-1.4688 2.7578-2.2031 4.625-2.2031 1.0703 0 2.0156 0.21484 2.8281 0.64062 0.8125 0.41797 1.5508 1.0742 2.2188 1.9688v-2.2656h4.9219v13.766c0 2.457-0.77734 4.3359-2.3281 5.6406-1.5547 1.3008-3.8086 1.9531-6.7656 1.9531-0.94922 0-1.8711-0.074219-2.7656-0.21875-0.89844-0.14844-1.7969-0.37109-2.7031-0.67188v-3.8125c0.86328 0.48828 1.7031 0.85156 2.5156 1.0938 0.82031 0.23828 1.6484 0.35938 2.4844 0.35938 1.6016 0 2.7734-0.35156 3.5156-1.0469 0.75-0.69922 1.125-1.7969 1.125-3.2969zm-3.2188-9.5312c-1.0117 0-1.8047 0.375-2.375 1.125-0.5625 0.74219-0.84375 1.7969-0.84375 3.1719 0 1.3984 0.26953 2.4609 0.8125 3.1875 0.55078 0.71875 1.3516 1.0781 2.4062 1.0781 1.0195 0 1.8125-0.36719 2.375-1.1094 0.5625-0.75 0.84375-1.8008 0.84375-3.1562 0-1.375-0.28125-2.4297-0.84375-3.1719-0.5625-0.75-1.3555-1.125-2.375-1.125z"
id="path32" /></symbol><symbol
id="b"
overflow="visible"><path
d="m9.6406-12.188c-1.0859 0-1.9141 0.39062-2.4844 1.1719-0.57422 0.78125-0.85938 1.9062-0.85938 3.375s0.28516 2.5938 0.85938 3.375c0.57031 0.77344 1.3984 1.1562 2.4844 1.1562 1.0625 0 1.875-0.38281 2.4375-1.1562 0.57031-0.78125 0.85938-1.9062 0.85938-3.375s-0.28906-2.5938-0.85938-3.375c-0.5625-0.78125-1.375-1.1719-2.4375-1.1719zm0-3.5c2.6328 0 4.6914 0.71484 6.1719 2.1406 1.4766 1.418 2.2188 3.3867 2.2188 5.9062 0 2.5117-0.74219 4.4805-2.2188 5.9062-1.4805 1.418-3.5391 2.125-6.1719 2.125-2.6484 0-4.7148-0.70703-6.2031-2.125-1.4922-1.4258-2.2344-3.3945-2.2344-5.9062 0-2.5195 0.74219-4.4883 2.2344-5.9062 1.4883-1.4258 3.5547-2.1406 6.2031-2.1406z"
id="path35" /></symbol><symbol
id="f"
overflow="visible"><path
d="m2.5781-20.406h5.875l7.4219 14v-14h4.9844v20.406h-5.875l-7.4219-14v14h-4.9844z"
id="path38" /></symbol><symbol
id="t"
overflow="visible"><path
d="m0.42188-15.312h4.8906l3.8281 10.578 3.7969-10.578h4.9062l-6.0312 15.312h-5.375z"
id="path41" /></symbol><symbol
id="s"
overflow="visible"><path
d="m12.422-21.281v3.2188h-2.7031c-0.6875 0-1.1719 0.125-1.4531 0.375-0.27344 0.25-0.40625 0.6875-0.40625 1.3125v1.0625h4.1875v3.5h-4.1875v11.812h-4.8906v-11.812h-2.4375v-3.5h2.4375v-1.0625c0-1.6641 0.46094-2.8984 1.3906-3.7031 0.92578-0.80078 2.3672-1.2031 4.3281-1.2031z"
id="path44" /></symbol><symbol
id="r"
overflow="visible"><path
d="m16.547-12.766c0.61328-0.94531 1.3477-1.6719 2.2031-2.1719 0.85156-0.5 1.7891-0.75 2.8125-0.75 1.7578 0 3.0977 0.54688 4.0156 1.6406 0.92578 1.0859 1.3906 2.6562 1.3906 4.7188v9.3281h-4.9219v-7.9844-0.35938c0.007813-0.13281 0.015625-0.32031 0.015625-0.5625 0-1.082-0.16406-1.8633-0.48438-2.3438-0.3125-0.48828-0.82422-0.73438-1.5312-0.73438-0.92969 0-1.6484 0.38672-2.1562 1.1562-0.51172 0.76172-0.77344 1.8672-0.78125 3.3125v7.5156h-4.9219v-7.9844c0-1.6953-0.14844-2.7852-0.4375-3.2656-0.29297-0.48828-0.8125-0.73438-1.5625-0.73438-0.9375 0-1.6641 0.38672-2.1719 1.1562-0.51172 0.76172-0.76562 1.8594-0.76562 3.2969v7.5312h-4.9219v-15.312h4.9219v2.2344c0.60156-0.86328 1.2891-1.5156 2.0625-1.9531 0.78125-0.4375 1.6406-0.65625 2.5781-0.65625 1.0625 0 2 0.25781 2.8125 0.76562 0.8125 0.51172 1.4258 1.2305 1.8438 2.1562z"
id="path47" /></symbol><symbol
id="q"
overflow="visible"><path
d="m17.75-9.3281v9.3281h-4.9219v-7.1094c0-1.3438-0.03125-2.2656-0.09375-2.7656s-0.16797-0.86719-0.3125-1.1094c-0.1875-0.3125-0.44922-0.55469-0.78125-0.73438-0.32422-0.17578-0.69531-0.26562-1.1094-0.26562-1.0234 0-1.8242 0.39844-2.4062 1.1875-0.58594 0.78125-0.875 1.8711-0.875 3.2656v7.5312h-4.8906v-21.281h4.8906v8.2031c0.73828-0.88281 1.5195-1.5391 2.3438-1.9688 0.83203-0.42578 1.75-0.64062 2.75-0.64062 1.7695 0 3.1133 0.54688 4.0312 1.6406 0.91406 1.0859 1.375 2.6562 1.375 4.7188z"
id="path50" /></symbol><symbol
id="p"
overflow="visible"><path
d="m2.1875-5.9688v-9.3438h4.9219v1.5312c0 0.83594-0.007813 1.875-0.015625 3.125-0.011719 1.25-0.015625 2.0859-0.015625 2.5 0 1.2422 0.03125 2.1328 0.09375 2.6719 0.070313 0.54297 0.17969 0.93359 0.32812 1.1719 0.20703 0.32422 0.47266 0.57422 0.79688 0.75 0.32031 0.16797 0.69141 0.25 1.1094 0.25 1.0195 0 1.8203-0.39062 2.4062-1.1719 0.58203-0.78125 0.875-1.8672 0.875-3.2656v-7.5625h4.8906v15.312h-4.8906v-2.2188c-0.74219 0.89844-1.5234 1.5586-2.3438 1.9844-0.82422 0.41406-1.7344 0.625-2.7344 0.625-1.7617 0-3.1055-0.53906-4.0312-1.625-0.92969-1.082-1.3906-2.6602-1.3906-4.7344z"
id="path53" /></symbol><symbol
id="o"
overflow="visible"><path
d="m17.75-9.3281v9.3281h-4.9219v-7.1406c0-1.3203-0.03125-2.2344-0.09375-2.7344s-0.16797-0.86719-0.3125-1.1094c-0.1875-0.3125-0.44922-0.55469-0.78125-0.73438-0.32422-0.17578-0.69531-0.26562-1.1094-0.26562-1.0234 0-1.8242 0.39844-2.4062 1.1875-0.58594 0.78125-0.875 1.8711-0.875 3.2656v7.5312h-4.8906v-15.312h4.8906v2.2344c0.73828-0.88281 1.5195-1.5391 2.3438-1.9688 0.83203-0.42578 1.75-0.64062 2.75-0.64062 1.7695 0 3.1133 0.54688 4.0312 1.6406 0.91406 1.0859 1.375 2.6562 1.375 4.7188z"
id="path56" /></symbol><symbol
id="n"
overflow="visible"><path
d="m2.5781-20.406h8.7344c2.5938 0 4.582 0.57812 5.9688 1.7344 1.3945 1.1484 2.0938 2.7891 2.0938 4.9219 0 2.1367-0.69922 3.7812-2.0938 4.9375-1.3867 1.1562-3.375 1.7344-5.9688 1.7344h-3.4844v7.0781h-5.25zm5.25 3.8125v5.7031h2.9219c1.0195 0 1.8047-0.25 2.3594-0.75 0.5625-0.5 0.84375-1.2031 0.84375-2.1094 0-0.91406-0.28125-1.6172-0.84375-2.1094-0.55469-0.48828-1.3398-0.73438-2.3594-0.73438z"
id="path59" /></symbol><symbol
id="m"
overflow="visible"><path
d="m2.3594-15.312h4.8906v15.031c0 2.0508-0.49609 3.6172-1.4844 4.7031-0.98047 1.082-2.4062 1.625-4.2812 1.625h-2.4219v-3.2188h0.85938c0.92578 0 1.5625-0.21094 1.9062-0.625 0.35156-0.41797 0.53125-1.2461 0.53125-2.4844zm0-5.9688h4.8906v4h-4.8906z"
id="path62" /></symbol><symbol
id="l"
overflow="visible"><path
d="m14.719-14.828v3.9844c-0.65625-0.45703-1.3242-0.79688-2-1.0156-0.66797-0.21875-1.3594-0.32812-2.0781-0.32812-1.3672 0-2.4336 0.40234-3.2031 1.2031-0.76172 0.79297-1.1406 1.9062-1.1406 3.3438 0 1.4297 0.37891 2.543 1.1406 3.3438 0.76953 0.79297 1.8359 1.1875 3.2031 1.1875 0.75781 0 1.4844-0.10938 2.1719-0.32812 0.6875-0.22656 1.3203-0.56641 1.9062-1.0156v4c-0.76172 0.28125-1.5391 0.48828-2.3281 0.625-0.78125 0.14453-1.5742 0.21875-2.375 0.21875-2.7617 0-4.9219-0.70703-6.4844-2.125-1.5547-1.4141-2.3281-3.3828-2.3281-5.9062 0-2.5312 0.77344-4.5039 2.3281-5.9219 1.5625-1.4141 3.7227-2.125 6.4844-2.125 0.80078 0 1.5938 0.074219 2.375 0.21875 0.78125 0.13672 1.5547 0.35156 2.3281 0.64062z"
id="path65" /></symbol></defs><sodipodi:namedview
id="namedview8"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="40.115342"
inkscape:cx="8.2262791"
inkscape:cy="3.5273288"
inkscape:current-layer="svg6"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" /><g
id="g1"
transform="rotate(90,7.0000002,7.4999999)"><path
d="M 9.1416908,2.1457729 V 12.854227 H 2.0027214 V 2.1457729 Z M 8.4277939,2.8596699 H 2.7166183 V 12.14033 h 5.7111756 z"
id="path2"
style="stroke-width:0.713897"
sodipodi:nodetypes="cccccccccc" /><path
d="m 9.8555878,11.426433 c 0.3569482,0.356949 1.7847422,0.356949 2.1416912,0 0,0 -0.713897,1.427794 -1.070846,1.427794 -0.356948,0 -1.0708452,-1.427794 -1.0708452,-1.427794 z m 0,-7.1389693 c 0,0.3569485 2.1416912,0.3569485 2.1416912,0 0,0 0,6.4250723 0,6.4250723 0,0.356949 -2.1416912,0.356949 -2.1416912,0 0,0 0,-6.4250723 0,-6.4250723 z M 10.926433,2.1457729 c -1.0708452,0 -1.0708452,0.3569485 -1.0708452,0.713897 0,0 0,0.7138969 0,0.7138969 0,0.3569485 2.1416912,0.3569485 2.1416912,0 0,0 0,-0.7138969 0,-0.7138969 0,-0.3569485 0,-0.713897 -1.070846,-0.713897 z"
id="path4"
style="stroke-width:0.713897" /></g><style
type="text/css"
id="style2">
.st0{fill:#DD9D57;}
.st1{fill:#C48341;}
.st2{fill:#006837;}
.st3{fill:#004924;}
.st4{fill:#FFFFFF;}
.st5{font-family:'MyriadPro-Bold';}
.st6{font-size:212.6998px;}
</style><g
id="g152"
transform="matrix(0.01549332,0,0,0.01549332,1.7373435,2.8698864)"
style="fill:#000000;fill-opacity:1"><path
d="m 299.45401,149.72805 c -0.95134,-0.94656 -2.00306,-1.67801 -3.10269,-2.32334 V 93.159125 c 0,-24.897849 -20.17871,-45.076562 -45.07656,-45.076562 -24.89295,0 -45.07656,20.178713 -45.07656,45.076562 v 54.250485 c -1.10432,0.63582 -2.15127,1.37682 -3.09779,2.31857 l -49.48974,49.48973 c -5.93282,5.94237 -5.93282,15.55137 0,21.47966 5.92805,5.93282 15.55137,5.93282 21.46987,0 l 30.634,-30.634 -37.28925,103.07568 h 42.6766 v 54.45119 c 0,8.39005 6.80763,15.18789 15.19278,15.18789 8.39005,0 15.19278,-6.80763 15.19278,-15.18789 v -54.45119 h 19.57169 v 54.45119 c 0,8.39005 6.7933,15.18789 15.17809,15.18789 8.38051,0 15.18788,-6.80763 15.18788,-15.18789 v -54.45119 h 42.68151 l -37.30272,-103.08914 30.64379,30.64868 c 5.92805,5.93283 15.54157,5.92316 21.47966,0 5.92805,-5.92804 5.92805,-15.54157 0,-21.47965 z"
id="path72"
style="fill:#000000;fill-opacity:1;stroke-width:1.22384" /><path
d="m 525.73022,201.75359 -49.47505,-49.48484 c -2.98789,-2.98311 -6.90798,-4.46029 -10.78511,-4.44597 H 390.6627 c -3.901,0 -7.80677,1.48195 -10.7517,4.44597 l -49.49341,49.48974 c -5.92805,5.92805 -5.92805,15.54157 0,21.47966 5.92805,5.93282 15.55136,5.93282 21.47966,0 l 31.10762,-31.11742 v 101.71721 h 4.91446 V 350.12 c 0,8.38051 6.8124,15.1781 15.20257,15.1781 8.39005,0 15.1781,-6.79808 15.1781,-15.1781 v -56.28206 h 19.57168 V 350.12 c 0,8.38051 6.78376,15.1781 15.1781,15.1781 8.3805,0 15.19277,-6.79808 15.19277,-15.1781 v -56.28206 h 4.91447 v -101.727 l 31.11741,31.10762 c 5.92805,5.94714 15.54158,5.93282 21.46497,0 5.92805,-5.92804 5.92805,-15.53667 -0.01,-21.46497 z"
id="path74"
style="fill:#000000;fill-opacity:1;stroke-width:1.22384" /><path
d="m 473.15396,95.697864 c 0,24.897846 -20.18361,45.076556 -45.07657,45.076556 -24.89295,0 -45.07656,-20.17871 -45.07656,-45.076556 0,-24.892954 20.18361,-45.071667 45.07656,-45.071667 24.89296,0 45.07657,20.178713 45.07657,45.071667"
id="path76"
style="fill:#000000;fill-opacity:1;stroke-width:1.22384" /></g></svg>

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Temaki; Pietervdvn
SPDX-License-Identifier: CC0-1.0

View file

@ -36,9 +36,8 @@
},
"icon": "./assets/layers/school/college.svg",
"layers": [
"tertiary_education",
"childcare",
"school",
"kindergarten_childcare"
],
"#layers:note": "kindergarten_childcare must be _below_ school, as it can 'catch' primary schools which do have an integrated preschool"
}
"tertiary_education"
]
}

View file

@ -2150,6 +2150,24 @@
}
}
},
"childcare": {
"name": "Guarderies d'infants",
"presets": {
"0": {
"title": "una guarderia"
}
},
"tagRenderings": {
"capacity": {
"question": "Quants nens (com a màxim) es poden inscriure aquí?",
"render": "Aquesta instal·lació té espai per a {capacity} nens"
},
"name": {
"question": "Com s'anomena aquesta instal·lació?",
"render": "Aquesta instal·lació s'anomena <b>{name}</b>"
}
}
},
"climbing": {
"description": "Una capa fictícia que conté renderització d'etiquetes compartides entre les capes d'escalada",
"tagRenderings": {
@ -4865,35 +4883,6 @@
"render": "Vorada"
}
},
"kindergarten_childcare": {
"name": "Llars d'infants i guarderies",
"presets": {
"0": {
"title": "una llar d'infants"
},
"1": {
"title": "una guarderia"
}
},
"tagRenderings": {
"capacity": {
"question": "Quants nens (com a màxim) es poden inscriure aquí?",
"render": "Aquesta instal·lació té espai per a {capacity} nens"
},
"childcare-type": {
"mappings": {
"0": {
"then": "Aquesta és una llar d'infants (també coneguda com a <i>preescolar</i>) on els nens petits reben educació primerenca."
}
},
"question": "Quin tipus d'instal·lació és aquesta?"
},
"name": {
"question": "Com s'anomena aquesta instal·lació?",
"render": "Aquesta instal·lació s'anomena <b>{name}</b>"
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -6976,6 +6965,9 @@
"presets": {
"0": {
"title": "una escola de primària o secundària"
},
"1": {
"title": "una escola de primària o secundària"
}
},
"tagRenderings": {
@ -7043,30 +7035,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "Aquesta és una escola on els estudiants estudien habilitats al nivell adequat per a la seva edat. <div>Hi ha poques o cap instal·lació especial per atendre els estudiants amb necessitats especials o les instal·lacions són ad-hoc</div>"
},
"1": {
"then": "Aquesta és una escola per a estudiants sense necessitats especials <div class='subtle'> Açò inclou alumnes que poden seguir les classes amb petites mesures</div>"
},
"2": {
"then": "Aquesta és una escola on els adults reben competències al nivell especificat."
},
"3": {
"then": "Aquesta és una escola per a estudiants amb autisme"
},
"4": {
"1": {
"then": "Aquesta és una escola per a estudiants amb dificultats de l'aprenentatge"
},
"5": {
"2": {
"then": "Aquesta és una escola per a estudiants cecs o estudiants amb deficiències visuals"
},
"6": {
"3": {
"then": "Aquesta és una escola per a estudiants sords o amb dificultats auditives"
},
"7": {
"4": {
"then": "Aquesta és una escola per a estudiants amb discapacitats"
},
"8": {
"5": {
"then": "Aquesta és una escola per a estudiants amb necessitats especials"
}
},

View file

@ -2588,6 +2588,35 @@
}
}
},
"childcare": {
"presets": {
"0": {
"title": "péče o děti"
}
},
"tagRenderings": {
"capacity": {
"question": "Kolik dětí (maximálně) zde může být zapsáno?",
"render": "Toto zařízení má prostor pro {capacity} dětí"
},
"name": {
"question": "Jak se toto zařízení jmenuje?",
"render": "Toto zařízení se jmenuje <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "Kdy je tato péče o děti otevřena?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Péče o děti {name}"
}
}
}
},
"cinema": {
"name": "Kino",
"tagRenderings": {
@ -5750,53 +5779,6 @@
"render": "Obrubník"
}
},
"kindergarten_childcare": {
"name": "Mateřské školky a péče o děti",
"presets": {
"0": {
"title": "mateřská školka"
},
"1": {
"title": "péče o děti"
}
},
"tagRenderings": {
"capacity": {
"question": "Kolik dětí (maximálně) zde může být zapsáno?",
"render": "Toto zařízení má prostor pro {capacity} dětí"
},
"childcare-type": {
"mappings": {
"0": {
"then": "Jedná se o mateřskou školu (známou také jako <i>předškolní zařízení</i>), kde se malým dětem dostává raného vzdělání."
},
"1": {
"then": "Jedná se o zařízení péče o děti, jako jsou jesle nebo školka, kde se starají o malé děti. Neposkytují vzdělání a jsou často provozovány jako soukromé podniky"
}
},
"question": "O jaký typ zařízení se jedná?"
},
"name": {
"question": "Jak se toto zařízení jmenuje?",
"render": "Toto zařízení se jmenuje <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "Kdy je tato péče o děti otevřena?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Mateřská škola {name}"
},
"1": {
"then": "Péče o děti {name}"
}
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -7965,6 +7947,9 @@
"presets": {
"0": {
"title": "základní nebo střední škola"
},
"1": {
"title": "základní nebo střední škola"
}
},
"tagRenderings": {
@ -8065,30 +8050,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "Jedná se o školu, kde studenti studují dovednosti na úrovni odpovídající jejich věku. <div>Existuje málo nebo žádná speciální zařízení pro studenty se speciálními potřebami nebo zařízení jsou ad hoc</div>"
},
"1": {
"then": "Toto je škola pro studenty bez speciálních potřeb<div class='subtle'>To zahrnuje studenty, kteří mohou absolvovat kurzy s malými, ad hoc měřeními</div>"
},
"2": {
"then": "Jedná se o školu, kde se dospělí učí dovednostem na stanovené úrovni."
},
"3": {
"then": "Jedná se o školu pro studenty s autismem"
},
"4": {
"1": {
"then": "Jedná se o školu pro žáky s poruchami učení"
},
"5": {
"2": {
"then": "Jedná se o školu pro nevidomé studenty nebo studenty se zrakovým postižením"
},
"6": {
"3": {
"then": "Jedná se o školu pro neslyšící studenty nebo studenty se sluchovým postižením"
},
"7": {
"4": {
"then": "Jedná se o školu pro studenty se zdravotním postižením"
},
"8": {
"5": {
"then": "Jedná se o školu pro žáky se speciálními potřebami"
}
},

View file

@ -2874,6 +2874,36 @@
"render": "Ladestation"
}
},
"childcare": {
"name": "Kinderkrippen",
"presets": {
"0": {
"title": "eine Kinderkrippe"
}
},
"tagRenderings": {
"capacity": {
"question": "Wie viele Kinder können hier maximal angemeldet werden?",
"render": "Diese Einrichtung bietet Platz für {capacity} Kinder"
},
"name": {
"question": "Wie lautet der Name dieser Einrichtung?",
"render": "Diese Einrichtung hat den Namen <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "Wann ist diese Kinderbetreuung geöffnet?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Kinderkrippe {name}"
}
}
}
},
"cinema": {
"description": "Ein Ort, an dem Filme gezeigt werden, die der Öffentlichkeit gegen Gebühr zugänglich sind.",
"name": "Kino",
@ -6573,53 +6603,6 @@
"render": "Bordstein"
}
},
"kindergarten_childcare": {
"name": "Kindergärten und Kinderkrippen",
"presets": {
"0": {
"title": "einen Kindergarten"
},
"1": {
"title": "eine Kinderkrippe"
}
},
"tagRenderings": {
"capacity": {
"question": "Wie viele Kinder können hier maximal angemeldet werden?",
"render": "Diese Einrichtung bietet Platz für {capacity} Kinder"
},
"childcare-type": {
"mappings": {
"0": {
"then": "Dies ist ein Kindergarten (auch bekannt als <i>Vorschule</i>), in dem kleine Kinder eine Früherziehung erhalten."
},
"1": {
"then": "Dies ist eine Kinderbetreuungseinrichtung, z. B. ein Kinderkrippe oder eine Tagesmutter, in der Kleinkinder betreut werden. Sie bieten keine Ausbildung an und werden oft als Privatunternehmen geführt"
}
},
"question": "Um welche Art von Einrichtung handelt es sich?"
},
"name": {
"question": "Wie lautet der Name dieser Einrichtung?",
"render": "Diese Einrichtung hat den Namen <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "Wann ist diese Kinderbetreuung geöffnet?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Kindergarten {name}"
},
"1": {
"then": "Kinderkrippe {name}"
}
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -9456,6 +9439,9 @@
"presets": {
"0": {
"title": "eine Grundschule oder weiterführende Schule"
},
"1": {
"title": "eine Grundschule oder weiterführende Schule"
}
},
"tagRenderings": {
@ -9556,30 +9542,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "Es handelt sich um eine Schule, in der die Schüler Fähigkeiten auf ihrem altersgemäßen Niveau erlernen. <div>Es gibt wenig oder keine speziellen Einrichtungen für Schüler mit besonderen Bedürfnissen oder die Einrichtungen sind ad-hoc</div>"
},
"1": {
"then": "Dies ist eine Schule für Schüler ohne besondere Bedürfnisse<div class='subtle'>Dazu gehören auch Schüler, die den Kursen mit kleinen Ad-hoc-Maßnahmen folgen können</div>"
},
"2": {
"then": "Dies ist eine Schule, in der Erwachsene auf dem angegebenen Niveau unterrichtet werden."
},
"3": {
"then": "Dies ist eine Schule für Schüler mit Autismus"
},
"4": {
"1": {
"then": "Dies ist eine Schule für Schüler mit Lernschwierigkeiten"
},
"5": {
"2": {
"then": "Dies ist eine Schule für blinde oder sehbehinderte Schüler"
},
"6": {
"3": {
"then": "Dies ist eine Schule für gehörlose oder hörgeschädigte Schüler"
},
"7": {
"4": {
"then": "Dies ist eine Schule für Schüler mit Behinderungen"
},
"8": {
"5": {
"then": "Dies ist eine Schule für Schüler mit besonderen Bedürfnissen"
}
},

View file

@ -2874,6 +2874,36 @@
"render": "Charging station"
}
},
"childcare": {
"name": "Childcare",
"presets": {
"0": {
"title": "a childcare"
}
},
"tagRenderings": {
"capacity": {
"question": "How much kids (at most) can be enrolled here?",
"render": "This facility has room for {capacity} kids"
},
"name": {
"question": "What is the name of this facility?",
"render": "This facility is named <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "When is this childcare opened?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Childcare {name}"
}
}
}
},
"cinema": {
"description": "A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US.",
"name": "Cinema",
@ -6604,53 +6634,6 @@
"render": "Kerb"
}
},
"kindergarten_childcare": {
"name": "Kindergartens and childcare",
"presets": {
"0": {
"title": "a kindergarten"
},
"1": {
"title": "a childcare"
}
},
"tagRenderings": {
"capacity": {
"question": "How much kids (at most) can be enrolled here?",
"render": "This facility has room for {capacity} kids"
},
"childcare-type": {
"mappings": {
"0": {
"then": "This is a kindergarten (also known as <i>preschool</i>) where small kids receive early education."
},
"1": {
"then": "This is a childcare facility, such as a nursery or daycare where small kids are looked after. They do not offer an education and are ofter run as private businesses"
}
},
"question": "What type of facility is this?"
},
"name": {
"question": "What is the name of this facility?",
"render": "This facility is named <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "When is this childcare opened?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Kindergarten {name}"
},
"1": {
"then": "Childcare {name}"
}
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -9483,10 +9466,46 @@
}
},
"school": {
"filter": {
"1": {
"options": {
"0": {
"question": "All levels of education"
},
"1": {
"question": "Has a kindergarten"
},
"2": {
"question": "Primary school"
},
"3": {
"question": "Secondary school with all grades"
},
"4": {
"question": "Has first grade"
},
"5": {
"question": "Has second grade"
},
"6": {
"question": "Has third grade"
},
"7": {
"question": "This school offers post-secondary education (e.g. a seventh or eight specialisation year)"
},
"8": {
"question": "Unknown school level"
}
}
}
},
"name": "Primary and secondary schools",
"presets": {
"0": {
"title": "a primary or secondary school"
},
"1": {
"title": "a primary or secondary school"
}
},
"tagRenderings": {
@ -9537,6 +9556,20 @@
},
"question": "Which genders can enroll at this school?"
},
"orientation_belgium": {
"mappings": {
"0": {
"then": "Prepares for an academic study at university"
},
"1": {
"then": "Prepares for a professional study at a college"
},
"2": {
"then": "Prepares for a job"
}
},
"question": "What does this school train pupils for?"
},
"pedagogy": {
"mappings": {
"0": {
@ -9587,30 +9620,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "This is a school where students study skills at their age-adequate level. <div>There are little or no special facilities to cater for students with special needs or facilities are ad-hoc</div>"
},
"1": {
"then": "This is a school for students without special needs<div class='subtle'>This includes students who can follow the courses with small, ad hoc measurements</div>"
},
"2": {
"then": "This is a school where adults are taught skills on the level as specified."
},
"3": {
"then": "This is a school for students with autism"
},
"4": {
"1": {
"then": "This is a school for students with learning disabilities"
},
"5": {
"2": {
"then": "This is a school for blind students or students with sight impairments"
},
"6": {
"3": {
"then": "This is a school for deaf students or students with hearing impairments"
},
"7": {
"4": {
"then": "This is a school for students with disabilities"
},
"8": {
"5": {
"then": "This is a school for students with special needs"
}
},

View file

@ -2815,6 +2815,35 @@
"render": "Punto de carga"
}
},
"childcare": {
"presets": {
"0": {
"title": "una guardería"
}
},
"tagRenderings": {
"capacity": {
"question": "¿Cuántos niños (como máximo) pueden inscribirse aquí?",
"render": "Este centro tiene capacidad para {capacity} niños"
},
"name": {
"question": "¿Cuál es el nombre de este centro?",
"render": "Este centro se llama <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "¿Cuándo abre esta guardería?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Guardería {name}"
}
}
}
},
"cinema": {
"description": "Un lugar donde se proyectan películas (cine), generalmente abierto al público por una tarifa Comúnmente conocido como cine en Estados Unidos.",
"name": "Cine",
@ -6416,53 +6445,6 @@
"render": "Bordillo"
}
},
"kindergarten_childcare": {
"name": "Jardines de infancia y guarderías",
"presets": {
"0": {
"title": "un jardín de infancia"
},
"1": {
"title": "una guardería"
}
},
"tagRenderings": {
"capacity": {
"question": "¿Cuántos niños (como máximo) pueden inscribirse aquí?",
"render": "Este centro tiene capacidad para {capacity} niños"
},
"childcare-type": {
"mappings": {
"0": {
"then": "Se trata de un jardín de infancia (también conocido como <i>preescolar</i>) donde los niños pequeños reciben educación temprana."
},
"1": {
"then": "Se trata de un centro de cuidado infantil, como una guardería o una sala de juegos donde se cuida a los niños pequeños. No ofrecen educación y suelen ser empresas privadas"
}
},
"question": "¿Qué tipo de centro es este?"
},
"name": {
"question": "¿Cuál es el nombre de este centro?",
"render": "Este centro se llama <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "¿Cuándo abre esta guardería?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Jardín de infancia {name}"
},
"1": {
"then": "Guardería {name}"
}
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -9269,6 +9251,9 @@
"presets": {
"0": {
"title": "una escuela primaria o secundaria"
},
"1": {
"title": "una escuela primaria o secundaria"
}
},
"tagRenderings": {
@ -9369,30 +9354,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "Esta es una escuela donde los alumnos estudian habilidades en su nivel adecuado para su edad. <div>Hay pocas o ninguna instalación especial para atender a alumnos con necesidades especiales o las instalaciones son improvisadas</div>"
},
"1": {
"then": "Esta es una escuela para alumnos sin necesidades especiales<div class='subtle'>Esto incluye alumnos que pueden seguir los cursos con pequeñas medidas improvisadas</div>"
},
"2": {
"then": "Esta es una escuela donde se enseñan habilidades a adultos en el nivel especificado."
},
"3": {
"then": "Esta es una escuela para alumnos con autismo"
},
"4": {
"1": {
"then": "Esta es una escuela para alumnos con dificultades de aprendizaje"
},
"5": {
"2": {
"then": "Esta es una escuela para alumnos ciegos o con discapacidad visual"
},
"6": {
"3": {
"then": "Esta es una escuela para alumnos sordos o con discapacidad auditiva"
},
"7": {
"4": {
"then": "Esta es una escuela para alumnos con discapacidad"
},
"8": {
"5": {
"then": "Esta es una escuela para alumnos con necesidades especiales"
}
},

View file

@ -5693,6 +5693,9 @@
"presets": {
"0": {
"title": "une école primaire ou secondaire"
},
"1": {
"title": "une école primaire ou secondaire"
}
},
"tagRenderings": {
@ -5760,30 +5763,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "C'est un établissement scolaire où les étudiants acquièrent des compétences à un niveau adapté à leur âge. <div>Il y a peu ou pas d'adaptations spéciales pour aider les étudiants ayant des besoins particuliers, ou les installations sont ad-hoc</div> Remark: isn't it contradictory to say there's no special facility + the facilities are ad-hoc?"
},
"1": {
"then": "C'est un établissement scolaire pour étudiants sans besoins particuliers. <div class='subtle'>Sont inclus les étudiants qui peuvent suivre les cours avec de petites adaptations.</div>"
},
"2": {
"then": "C'est un établissement où des adultes sont formés au niveau mentionné."
},
"3": {
"then": "C'est un établissement scolaire pour les étudiants ayant un trouble du spectre de lautisme (TSA)"
},
"4": {
"1": {
"then": "C'est un établissement scolaire pour les étudiants ayant des troubles dapprentissage"
},
"5": {
"2": {
"then": "C'est un établissement scolaire pour les étudiants aveugles ou malvoyants"
},
"6": {
"3": {
"then": "C'est un établissement scolaire pour les étudiants sourds ou malentendants"
},
"7": {
"4": {
"then": "C'est un établissement scolaire pour les étudiants en situation de handicap"
},
"8": {
"5": {
"then": "C'est un établissement scolaire pour les étudiants ayant des besoins particuliers"
}
},

View file

@ -2049,6 +2049,9 @@
},
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Vogelkijkhut {name}"
},
@ -2816,6 +2819,36 @@
"render": "Oplaadpunt"
}
},
"childcare": {
"name": "Kinderopvang",
"presets": {
"0": {
"title": "een kinderopvang"
}
},
"tagRenderings": {
"capacity": {
"question": "Hoeveel kinderen kunnen hier terecht?",
"render": "Hier kunnen {capacity} kinderen terecht"
},
"name": {
"question": "Wat is de naam van deze faciliteit?",
"render": "Deze faciliteit heet <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "Wanneer is deze kinderopvang geopend?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Kinderopvang {name}"
}
}
}
},
"cinema": {
"description": "Een plaats die films toont, meestal open voor het publiek tegen een vergoeding.",
"name": "Bioscoop",
@ -5915,53 +5948,6 @@
"render": "Stoeprand"
}
},
"kindergarten_childcare": {
"name": "Kleuterscholen en kinderopvang",
"presets": {
"0": {
"title": "een kleuterschool"
},
"1": {
"title": "een kinderopvang"
}
},
"tagRenderings": {
"capacity": {
"question": "Hoeveel kinderen kunnen hier terecht?",
"render": "Hier kunnen {capacity} kinderen terecht"
},
"childcare-type": {
"mappings": {
"0": {
"then": "Dit is een kleuterschool waar kindjes (voorbereidend) onderwijs krijgen."
},
"1": {
"then": "Dit is een kinderopvang (ook een creche of onthaalmoeder genoemd) waar er voor kleine kinderen gezorgd wordt. Onderwijs is niet de hoofdfocus."
}
},
"question": "Wat voor faciliteit is dit?"
},
"name": {
"question": "Wat is de naam van deze faciliteit?",
"render": "Deze faciliteit heet <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "Wanneer is deze kinderopvang geopend?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Kleuterschool {name}"
},
"1": {
"then": "Kinderopvang {name}"
}
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -6373,6 +6359,11 @@
}
},
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Natuurgebied"
}
},
@ -6904,6 +6895,21 @@
"render": "Picknicktafel"
}
},
"play_forest": {
"description": "Een speelbos is een vrij toegankelijke zone in een bos",
"name": "Speelbossen",
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Speelbos {name}"
}
},
"render": "Speelbos"
}
},
"playground": {
"deletion": {
"nonDeleteMappings": {
@ -8082,10 +8088,40 @@
}
},
"school": {
"filter": {
"1": {
"options": {
"1": {
"question": "Kleuterafdeling"
},
"2": {
"question": "Lagere school"
},
"3": {
"question": "Secundaire school met alle graden"
},
"4": {
"question": "Heeft eerste graad"
},
"5": {
"question": "Heeft tweede graad"
},
"6": {
"question": "Heeft derde graad"
},
"7": {
"question": "Heeft specialisatiejaar"
}
}
}
},
"name": "Lagere en middelbare scholen",
"presets": {
"0": {
"title": "een lagere of middelbare school"
},
"1": {
"title": "een lagere of middelbare school"
}
},
"tagRenderings": {
@ -8136,6 +8172,20 @@
},
"question": "Mogen jongens en meisjes les volgen op deze school?"
},
"orientation_belgium": {
"mappings": {
"0": {
"then": "<b>Doorstroomfinaliteit</b>: een opleiding hier bereidt voor op universitaire studies"
},
"1": {
"then": "<b>Dubbele finaliteit</b>: een opleiding hier bereidt voor op verdere studie (bv. aan een hogeschool of secundair-na-secundair) of op de arbeidsmarkt"
},
"2": {
"then": "<b>Arbeidsfinaliteit</b>: een opleiding hier bereidt voor op de arbeidsmarkt"
}
},
"question": "Waarop wordt een leerling voorbereid?"
},
"school-language": {
"render": {
"special": {
@ -8151,30 +8201,21 @@
"target-audience": {
"mappings": {
"0": {
"then": "Deze school richt zich op studenten zonder extra zorgbehoefte. <div class='subtle>Dit omvat leerlingen waarbij kleine, ad-hoc maatregelen volstaan om de lessen te volgen.</div>"
},
"1": {
"then": "Deze school richt zich op studenten zonder extra zorgbehoefte<div class='subtle>Dit omvat leerlingen waarbij kleine, ad-hoc maatregelen volstaan om de lessen te volgen.</div>"
},
"2": {
"then": "Deze school richt zich op volwassenen"
},
"3": {
"then": "Deze school richt zich op studenten in het autisme-spectrum"
},
"4": {
"1": {
"then": "Deze school richt zich op leerlingen met een leerprobleem"
},
"5": {
"2": {
"then": "Deze school richt zich op blinde en slechtziende studenten"
},
"6": {
"3": {
"then": "Deze school richt zich op dove en hardhorende studenten"
},
"7": {
"4": {
"then": "Deze school richt zich op studenten met een beperking"
},
"8": {
"5": {
"then": "Deze school richt zich op studenten met extra zorgbehoeften"
}
},
@ -8470,6 +8511,9 @@
},
"title": {
"mappings": {
"0": {
"then": "{name}"
},
"1": {
"then": "Voetpad"
},
@ -10635,13 +10679,25 @@
}
},
"village_green": {
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
"name": "Speelweide",
"title": {
"mappings": {
"0": {
"then": "{name}"
}
},
"render": "Speelweide"
}
},
"visitor_information_centre": {
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"name": "Bezoekerscentrum",
"title": {
"mappings": {
"0": {
"then": "{name:nl}"
},
"1": {
"then": "{name}"
}
@ -10871,4 +10927,4 @@
"render": "windturbine"
}
}
}
}

View file

@ -1247,6 +1247,35 @@
}
}
},
"childcare": {
"presets": {
"0": {
"title": "żłobek"
}
},
"tagRenderings": {
"capacity": {
"question": "Jak wiele dzieci (maksymalnie) może być tutaj zapisanych?",
"render": "Ta placówka ma miejsce na {capacity} dzieci"
},
"name": {
"question": "Jaka jest nazwa tej placówki?",
"render": "Ta placówka nazywa się <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "W jakich godzinach ten żłobek jest otwarty?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Żłobek {name}"
}
}
}
},
"climbing_area": {
"tagRenderings": {
"Rock type (crag/rock/cliff only)": {
@ -2377,50 +2406,6 @@
"render": "Krawężnik"
}
},
"kindergarten_childcare": {
"name": "Przedszkola i żłobki",
"presets": {
"0": {
"title": "przedszkole"
},
"1": {
"title": "żłobek"
}
},
"tagRenderings": {
"capacity": {
"question": "Jak wiele dzieci (maksymalnie) może być tutaj zapisanych?",
"render": "Ta placówka ma miejsce na {capacity} dzieci"
},
"childcare-type": {
"mappings": {
"0": {
"then": "To jest przedszkole, gdzie małe dzieci otrzymują wczesną edukację."
}
},
"question": "Jaki to rodzaj placówki?"
},
"name": {
"question": "Jaka jest nazwa tej placówki?",
"render": "Ta placówka nazywa się <b>{name}</b>"
},
"opening_hours": {
"override": {
"question": "W jakich godzinach ten żłobek jest otwarty?"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Przedszkole {name}"
},
"1": {
"then": "Żłobek {name}"
}
}
}
},
"last_click": {
"pointRendering": {
"0": {
@ -3466,6 +3451,11 @@
}
},
"school": {
"presets": {
"0": {
"title": "przedszkole"
}
},
"tagRenderings": {
"school-language": {
"render": {
@ -3482,15 +3472,12 @@
"target-audience": {
"mappings": {
"3": {
"then": "To jest szkoła dla uczniów z autyzmem"
},
"6": {
"then": "To jest szkoła dla uczniów głuchych i słabosłyszących"
},
"7": {
"4": {
"then": "To jest szkoła dla uczniów z niepełnosprawnościami"
},
"8": {
"5": {
"then": "To jest szkoła dla uczniów z specjalnymi potrzebami"
}
}

View file

@ -1284,13 +1284,6 @@
"render": "Бордюр"
}
},
"kindergarten_childcare": {
"presets": {
"0": {
"title": "детский сад"
}
}
},
"map": {
"name": "Карты",
"presets": {
@ -1637,6 +1630,13 @@
}
}
},
"school": {
"presets": {
"0": {
"title": "детский сад"
}
}
},
"shops": {
"description": "Магазин",
"name": "Магазин",

View file

@ -653,8 +653,37 @@
"building type": {
"question": "Wat voor soort gebouw is dit?"
},
"grb-fixme": {
"mappings": {
"0": {
"then": "Geen fixme"
}
},
"question": "Wat zegt de fixme?",
"render": "De fixme is <b>{fixme}</b>"
},
"grb-housenumber": {
"mappings": {
"0": {
"then": "Geen huisnummer"
}
},
"question": "Wat is het huisnummer?",
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
},
"grb-min-level": {
"question": "Hoeveel verdiepingen ontbreken?",
"render": "Dit gebouw begint maar op de {building:min_level} verdieping"
},
"grb-reference": {
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
},
"grb-street": {
"question": "Wat is de straat?",
"render": "De straat is <b>{addr:street}</b>"
},
"grb-unit": {
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
}
}
},
@ -671,8 +700,35 @@
}
}
}
},
"5": {
"override": {
"tagRenderings+": {
"0": {
"mappings": {
"0": {
"then": "Geen omliggend OSM-gebouw gevonden"
}
}
},
"3": {
"mappings": {
"0": {
"then": "Geen omliggend OSM-gebouw gevonden. Een omliggend gebouw is nodig om dit punt als adres punt toe te voegen. <div class=subtle>Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen</div>"
}
},
"render": {
"special": {
"text": "Voeg dit adres als een nieuw adrespunt toe"
}
}
}
}
}
}
}
},
"shortDescription": "Grb import helper tool",
"title": "GRB import helper"
},
"guideposts": {
"description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
@ -1100,6 +1156,11 @@
},
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen"
},
"play_forests": {
"description": "Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord.",
"shortDescription": "Deze kaart toont speelbossen",
"title": "Speelbossen"
},
"playgrounds": {
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
"shortDescription": "Een kaart met speeltuinen",
@ -1173,6 +1234,47 @@
"description": "Alles om te skiën",
"title": "Skipistes en kabelbanen"
},
"speelplekken": {
"description": "<h3>Welkom bij de Groendoener!</h3>De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan <b>200 grote en kleine speelplekken</b> liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!<br/><br/>Het project groendoener kadert binnen het strategisch project <a href='https://www.provincieantwerpen.be/aanbod/dlm/samenwerkingsverbanden/zuidrand/projecten/strategisch-project-beleefbare-open-ruimte.html' target='_blank'>Beleefbare Open Ruimte in de Antwerpse Zuidrand</a> en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.<br/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/provincie_antwerpen.jpg'/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/Departement_Omgeving_Vlaanderen.png'/>",
"layers": {
"6": {
"name": "Wandelroutes van provincie Antwerpen",
"tagRenderings": {
"walk-description": {
"render": "<h3>Korte beschrijving:</h3>{description}"
},
"walk-length": {
"render": "Deze wandeling is <b>{_length:km}km</b> lang"
},
"walk-operator": {
"question": "Wie beheert deze wandeling en plaatst dus de signalisatiebordjes?"
},
"walk-operator-email": {
"question": "Naar wie kan men emailen bij problemen rond signalisatie?",
"render": "Bij problemen met signalisatie kan men emailen naar <a href='mailto:{operator:email}'>{operator:email}</a>"
},
"walk-type": {
"mappings": {
"0": {
"then": "Dit is een internationale wandelroute"
},
"1": {
"then": "Dit is een nationale wandelroute"
},
"2": {
"then": "Dit is een regionale wandelroute"
},
"3": {
"then": "Dit is een lokale wandelroute"
}
}
}
}
}
},
"shortDescription": "Speelplekken in de Antwerpse Zuidrand",
"title": "Welkom bij de groendoener!"
},
"sport_pitches": {
"description": "Een sportveld is een ingerichte plaats met infrastructuur om een sport te beoefenen",
"shortDescription": "Deze kaart toont sportvelden",
@ -1293,6 +1395,10 @@
},
"title": "Straatverlichting"
},
"street_lighting_assen": {
"description": "Op deze kaart vind je alles over straatlantaarns + een dataset van Assen",
"title": "Straatverlichting - Assen"
},
"surveillance": {
"description": "Op deze open kaart kan je bewakingscamera's vinden.",
"shortDescription": "Bewakingscameras en dergelijke",
@ -1406,9 +1512,13 @@
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
"title": "Afval"
},
"waste_assen": {
"description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.",
"title": "Afval - Assen"
},
"waste_basket": {
"description": "Op deze kaart vind je afvalbakken bij jou in de buurt. Als er een afvalbak ontbreekt op deze kaart, kun je deze zelf toevoegen",
"shortDescription": "Een kaart met vuilnisbakken",
"title": "Vuilnisbakken"
}
}
}