Studio: WIP

This commit is contained in:
Pieter Vander Vennet 2023-09-19 14:04:13 +02:00
parent 3549a10a15
commit dc82ebbd58
165 changed files with 2588 additions and 3294 deletions

View file

@ -69,19 +69,6 @@
"enableRelocation": false,
"enableImproveAccuraccy": true
},
"mapRendering": [
{
"icon": "./assets/layers/information_board/board.svg",
"iconSize": "40,40",
"location": [
"point"
],
"anchor": "center"
},
{
"color": "#00f"
}
],
"description": {
"en": "A layer showing touristical, road side information boards (e.g. giving information about the landscape, a building, a feature, a map, …)",
"nl": "Deze laag toont informatieborden in de publieke ruimte die uitleg geven over een bezienswaardigheid (bv. uitleg over het landschap, een ruine, een kaart van de omgeving, ...)",
@ -89,5 +76,20 @@
"es": "Una capa que muestra paneles informativos turísticos (ej. informan sobre el paisaje, una construcción, una característica, un mapa, ...)",
"ca": "Una capa que mostra panells informatius turístics (p.e. informen sobre el paissatge, una construcció, una característica, un mapa, …)",
"pl": "Warstwa pokazujące przydrożne tablice informacyjne dla turystów (np. informujące o krajobrazie, budynku, obiekcie, mapa, ...)"
}
},
"pointRendering": [
{
"icon": "./assets/layers/information_board/board.svg",
"iconSize": "40,40",
"location": [
"point"
],
"anchor": "center"
}
],
"lineRendering": [
{
"color": "#00f"
}
]
}