Access Lasso's maps: (https://ouestware.github.io/lasso/)[https://ouestware.github.io/lasso/]
Projects data are listed in the data
folder. One folder for each project.
The project is deployed automatically on github pages.
If you need to deploy the project elsewhere, the easiest way to deploy Lasso cartography is to use docker.
cd docker
docker compose -p Lasso -f docker-compose.yml up
For enhancing the code, one can also use docker to run the stack locally:
docker compose -p lasso up
The override open access to the client port if needs be to bypass the nginx configuration.
I18N: FR / EN même pour les contenus dans data
Pas de temps (12 derniers mois):
"meanGenG": 3.0, // gêne
"meanCal": 4.0, // calme
"meanSti": 5.0, // stimulant
"meanAni": 5.0, // animé
"meanAgr": 6.0, // agreable
"meanExV": 4.0, // expressive voice
"meanCaV": 3.0, //calm voices
"meanTra": 4.0, // traffic
"meanBrd": 2.0 // birds
Config layer examples
{
"id": "culture-max",
"layer": "./layers/culture.geo.json",
"variable":"meanBrd",
"style":"birds",
"colors":[],
},