mapcomplete/assets/layers/import_candidate/import_candidate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
520 B
JSON
Raw Normal View History

{
"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": [
{
"location": [
"point",
"centroid"
],
"iconSize": "15,15",
"anchor": "center",
"marker": [
{
"icon": "square",
"color": "red"
}
]
}
],
"lineRendering": [],
"tagRenderings": [
{
"id": "all_tags",
"render": "{all_tags()}"
}
]
}