forked from MapComplete/MapComplete
WIP: more features in inspector
This commit is contained in:
parent
c34300fae1
commit
552ea22275
19 changed files with 526 additions and 65 deletions
13
assets/themes/inspector/inspector.json
Normal file
13
assets/themes/inspector/inspector.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"id": "inspector",
|
||||
"title": {
|
||||
"en": "Inspect changes from a single user"
|
||||
},
|
||||
"description": {
|
||||
"en": "A theme to inspect what a single user did in the past"
|
||||
},
|
||||
"icon": "./assets/svg/add.svg",
|
||||
"layers": [
|
||||
"usertouched"
|
||||
]
|
||||
}
|
|
@ -351,6 +351,10 @@
|
|||
"if": "theme=indoors",
|
||||
"then": "./assets/layers/entrance/entrance.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=inspector",
|
||||
"then": "./assets/svg/add.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=items_with_image",
|
||||
"then": "./assets/layers/item_with_image/camera.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue