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.

22 lines
404 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",
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "square:red;",
"iconSize": "15,15,center"
}
],
"title": "Import candidate",
"tagRenderings": [
{
"id": "all_tags",
"render": "{all_tags()}"
}
]
2023-03-29 17:21:20 +02:00
}