forked from MapComplete/MapComplete
Themes: don't do face blurring for some layers (artwork, memorials, ghost_bikes)
This commit is contained in:
parent
7d83cb1a7f
commit
15176a1682
11 changed files with 370 additions and 342 deletions
|
@ -19,6 +19,13 @@
|
|||
"*": "{image_carousel()}{image_upload()}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "images_no_blur",
|
||||
"description": "Same as `images`, but uploaded request to disable blurring to the panoramax server",
|
||||
"render": {
|
||||
"*": "{image_carousel()}{image_upload(,,,true)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mapillary",
|
||||
"description": "Shows a button to open Mapillary on this location",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue