mapcomplete/assets/layers/matchpoint/matchpoint.json

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

14 lines
292 B
JSON
Raw Normal View History

{
"id": "matchpoint",
"description": "The default rendering for a locationInput which snaps onto another object",
2023-03-29 17:21:20 +02:00
"source": "special",
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "./assets/svg/crosshair-empty.svg"
}
]
2023-03-29 17:21:20 +02:00
}