mapcomplete/assets/themes/education/education.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
1.4 KiB
JSON
Raw Normal View History

2022-06-07 19:48:09 +02:00
{
"id": "education",
2022-06-07 19:48:09 +02:00
"description": {
2022-06-22 18:56:02 +02:00
"en": "On this map, you'll find information about all types of schools and eduction and can easily add more information",
2022-06-24 03:52:54 +02:00
"nl": "Deze kaart toont info over verschillende onderwijsinstellingen zoals kleuterscholen, middelbare scholen en tertiair onderwijs.",
2022-06-27 09:12:17 +02:00
"de": "Auf dieser Karte können Sie Informationen über Bildungseinrichtungen finden und hinzufügen",
2022-07-26 10:51:14 +02:00
"fr": "Sur cette carte, vous trouverez des informations concernant tous les types d'écoles et d'enseignement. Vous pouvez facilement ajouter plus d'informations",
2022-09-14 13:35:54 +02:00
"ca": "En aquest mapa trobareu informació sobre tots els tipus d'escoles i educació i podreu afegir fàcilment més informació",
"da": "På dette kort finder du information om alle typer skoler og uddannelse og kan nemt tilføje flere oplysninger"
2022-06-07 19:48:09 +02:00
},
"title": {
2022-06-22 18:56:02 +02:00
"en": "Education",
2022-06-24 03:52:54 +02:00
"nl": "Onderwijs",
2022-06-27 09:12:17 +02:00
"de": "Bildung",
2022-06-27 09:16:53 +02:00
"fr": "Enseignement",
2022-07-26 10:51:14 +02:00
"nb_NO": "Utdanning",
2022-09-14 13:35:54 +02:00
"ca": "Educació",
"da": "Uddannelse"
2022-06-07 19:48:09 +02:00
},
"defaultBackgroundId": "CartoDB.Voyager",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"icon": "./assets/layers/school/college.svg",
2022-06-09 16:49:02 +02:00
"#layers:note": "kindergarten_childcare must be _below_ school, as it can 'catch' primary schools which do have an integrated preschool",
2022-06-07 19:48:09 +02:00
"layers": [
2022-06-09 16:49:02 +02:00
"tertiary_education",
2022-06-09 18:06:49 +02:00
"school",
2022-06-09 16:49:02 +02:00
"kindergarten_childcare"
2022-07-18 09:22:18 +02:00
]
2022-06-07 19:48:09 +02:00
}