forked from MapComplete/MapComplete
Fix merge
This commit is contained in:
parent
0c9a4576c0
commit
d6cd0516bb
7 changed files with 30 additions and 52 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"id": "last_click",
|
||||
"description": "This layer defines how to render the 'last click'-location. By default, it will show a marker with the possibility to add a new point (if there are some presets) and/or to add a new note (if the 'note' layer attribute is set). If none are possible, this layer won't show up",
|
||||
"source": "special",
|
||||
"isShown": {
|
||||
|
|
|
@ -648,5 +648,6 @@
|
|||
"render": "{all_tags()}"
|
||||
}
|
||||
],
|
||||
"mapRendering": null
|
||||
"lineRendering": null,
|
||||
"pointRendering": null
|
||||
}
|
||||
|
|
|
@ -391,9 +391,8 @@
|
|||
"pointRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/waste_basket/waste_basket.svg",
|
||||
"iconSize": {
|
||||
"render": "40,40,center"
|
||||
},
|
||||
"iconSize": "40,40",
|
||||
"anchor": "center",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue