Cleanup of svg files, move matchpoint to explicit layer

This commit is contained in:
Pieter Vander Vennet 2021-12-22 01:08:11 +01:00
parent 95d6244008
commit 9e40e459e5
19 changed files with 27 additions and 1064 deletions

View file

@ -0,0 +1,13 @@
{
"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"
}]
}