mapcomplete/assets/layers/matchpoint/matchpoint.json

13 lines
284 B
JSON
Raw Normal View History

{
"id": "matchpoint",
"description": "The default rendering for a locationInput which snaps onto another object",
"source": {
"osmTags": {
"and": []}
},
"mapRendering": [{
"location": ["point","centroid"],
"icon": "./assets/svg/crosshair-empty.svg"
}]
}