Fix merge

This commit is contained in:
Pieter Vander Vennet 2023-10-02 01:23:43 +02:00
parent 0c9a4576c0
commit d6cd0516bb
7 changed files with 30 additions and 52 deletions

View file

@ -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": {

View file

@ -648,5 +648,6 @@
"render": "{all_tags()}"
}
],
"mapRendering": null
"lineRendering": null,
"pointRendering": null
}

View file

@ -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"
]