splitscreen is in fact a simplification to work with

This commit is contained in:
Michael Murtaugh
2019-07-08 20:28:29 +02:00
parent 2f23dd9b46
commit ad3e494d47
3 changed files with 353 additions and 0 deletions

42
src/legend.json Normal file
View File

@@ -0,0 +1,42 @@
[
{
"key" : "Orientations",
"symbol" : "symbols.svg#Orientations",
"icon": "img/Orientations.png"
},
{
"key" : "Ateliers pluridisciplinaires",
"symbol" : "symbols.svg#Ateliers_pluridisciplinaires",
"icon" : "img/Ateliers_pluridisciplinaires.png"
},
{
"key" : "Cours de soutien à l'orientation",
"symbol" : "symbols.svg#Cours_de_soutien_a_l'orientation",
"icon" : "img/Cours_de_soutien_a_lorientation.png"
},
{
"key" : "Cours de soutien spécifique",
"symbol" : "symbols.svg#Cours_de_soutien_specifique",
"icon" : "img/Cours_de_soutien_specifique.png"
},
{
"key" : "Cours techniques",
"symbol" : "symbols.svg#Cours_techniques",
"icon" : "img/Cours_techniques.png"
},
{
"key" : "Cours théoriques",
"symbol" : "symbols.svg#Cours_theoriques",
"icon" : "img/Cours_theoriques.png"
},
{
"key" : "Enseignants",
"symbol" : "symbols.svg#Enseignants",
"icon" : "img/Enseignants.png"
},
{
"key" : "default",
"symbol" : "symbols.svg#Main",
"icon" : "img/Main.png"
}
]