2022-01-19 20:34:04 +01:00
|
|
|
{
|
|
|
|
"id": "import_candidate",
|
2023-03-25 02:48:24 +01:00
|
|
|
"description": "Layer used as template in the importHelper",
|
2023-03-29 17:21:20 +02:00
|
|
|
"source": "special",
|
2023-09-19 14:04:13 +02:00
|
|
|
"title": "Import candidate",
|
|
|
|
"pointRendering": [
|
2022-01-19 20:34:04 +01:00
|
|
|
{
|
|
|
|
"location": [
|
|
|
|
"point",
|
|
|
|
"centroid"
|
|
|
|
],
|
2023-06-20 02:02:45 +02:00
|
|
|
"iconSize": "15,15",
|
2023-10-06 23:56:50 +02:00
|
|
|
"anchor": "center",
|
|
|
|
"marker": [
|
|
|
|
{
|
|
|
|
"icon": "square",
|
|
|
|
"color": "red"
|
|
|
|
}
|
|
|
|
]
|
2022-01-19 20:34:04 +01:00
|
|
|
}
|
|
|
|
],
|
2023-10-30 18:08:38 +01:00
|
|
|
"lineRendering": [],
|
|
|
|
"tagRenderings": [
|
|
|
|
{
|
|
|
|
"id": "all_tags",
|
|
|
|
"render": "{all_tags()}"
|
|
|
|
}
|
|
|
|
]
|
2023-06-20 01:52:15 +02:00
|
|
|
}
|