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

@ -2,7 +2,14 @@
"id": "import_candidate",
"description": "Layer used as template in the importHelper",
"source": "special",
"mapRendering": [
"title": "Import candidate",
"tagRenderings": [
{
"id": "all_tags",
"render": "{all_tags()}"
}
],
"pointRendering": [
{
"location": [
"point",
@ -13,11 +20,5 @@
"anchor": "center"
}
],
"title": "Import candidate",
"tagRenderings": [
{
"id": "all_tags",
"render": "{all_tags()}"
}
]
"lineRendering": []
}