mapcomplete/assets/layers/import_candidate/import_candidate.json

29 lines
520 B
JSON

{
"id": "import_candidate",
"description": "Layer used as template in the importHelper",
"source": "special",
"title": "Import candidate",
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "15,15",
"anchor": "center",
"marker": [
{
"icon": "square",
"color": "red"
}
]
}
],
"lineRendering": [],
"tagRenderings": [
{
"id": "all_tags",
"render": "{all_tags()}"
}
]
}