forked from MapComplete/MapComplete
more custom filter on layers
This commit is contained in:
parent
2c9f737cbd
commit
34b87e7b7e
5 changed files with 89 additions and 7 deletions
3
assets/svg/checkbox-empty.svg
Normal file
3
assets/svg/checkbox-empty.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1" y="1" width="16" height="16" rx="3" stroke="#007759" stroke-width="2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 187 B |
4
assets/svg/checkbox-filled.svg
Normal file
4
assets/svg/checkbox-filled.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1" y="1" width="16" height="16" rx="3" fill="#007759" stroke="#007759" stroke-width="2"/>
|
||||
<path d="M3.5 8L8 13L14 5" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 286 B |
|
@ -614,5 +614,29 @@
|
|||
"path": "filter.svg",
|
||||
"license": "CC0",
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"authors": [
|
||||
"Hannah Declerck"
|
||||
],
|
||||
"path": "checkbox-empty.svg",
|
||||
"license": "CC0",
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"authors": [
|
||||
"Hannah Declerck"
|
||||
],
|
||||
"path": "checkbox-filled.svg",
|
||||
"license": "CC0",
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"authors": [
|
||||
"Hannah Declerck"
|
||||
],
|
||||
"path": "arrow-left-thin.svg",
|
||||
"license": "CC0",
|
||||
"sources": []
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue