forked from MapComplete/MapComplete
Cleanup of svg files, move matchpoint to explicit layer
This commit is contained in:
parent
95d6244008
commit
9e40e459e5
19 changed files with 27 additions and 1064 deletions
13
assets/layers/matchpoint/matchpoint.json
Normal file
13
assets/layers/matchpoint/matchpoint.json
Normal 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"
|
||||
}]
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue