Themes: improve benches
This commit is contained in:
parent
319db1a1c8
commit
9e10bf421f
3 changed files with 11 additions and 5 deletions
|
@ -996,7 +996,7 @@
|
|||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:99bd54;./assets/layers/bench/bench.svg",
|
||||
"icon": "circle:#99bd54;./assets/layers/bench/bench.svg",
|
||||
"iconSize": "35,35",
|
||||
"iconBadges": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="375px" height="375px" viewBox="0 0 375 375" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(60.784316%,74.509805%,33.333334%);fill-opacity:1;" d="M 375 187.5 C 375 291.054688 291.054688 375 187.5 375 C 83.949219 375 0 291.054688 0 187.5 C 0 83.949219 83.949219 0 187.5 0 C 291.054688 0 375 83.949219 375 187.5 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.2;" d="M 58.65625 117.183594 C 52.089844 117.183594 46.804688 122.46875 46.804688 129.03125 L 46.804688 175.644531 C 46.804688 182.207031 52.089844 187.492188 58.65625 187.492188 L 93.679688 187.492188 L 93.679688 210.929688 L 46.804688 210.929688 L 46.804688 234.367188 L 93.679688 234.367188 L 93.679688 281.242188 L 117.117188 281.242188 L 117.117188 234.367188 L 257.742188 234.367188 L 257.742188 281.242188 L 281.179688 281.242188 L 281.179688 234.367188 L 328.054688 234.367188 L 328.054688 210.929688 L 281.179688 210.929688 L 281.179688 187.492188 L 316.203125 187.492188 C 322.769531 187.492188 328.054688 182.207031 328.054688 175.644531 L 328.054688 129.03125 C 328.054688 122.46875 322.769531 117.183594 316.203125 117.183594 Z M 117.117188 187.492188 L 257.742188 187.492188 L 257.742188 210.929688 L 117.117188 210.929688 Z M 117.117188 187.492188 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(40.000001%,40.000001%,40.000001%);fill-opacity:1;" d="M 93.691406 175.773438 L 117.128906 175.773438 L 117.128906 269.523438 L 93.691406 269.523438 Z M 93.691406 175.773438 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(40.000001%,40.000001%,40.000001%);fill-opacity:1;" d="M 257.753906 175.773438 L 281.191406 175.773438 L 281.191406 269.523438 L 257.753906 269.523438 Z M 257.753906 175.773438 "/>
|
||||
|
@ -13,4 +12,4 @@
|
|||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(40.000001%,40.000001%,40.000001%);fill-opacity:1;" d="M 281.191406 140.617188 C 281.191406 147.089844 275.945312 152.335938 269.472656 152.335938 C 263 152.335938 257.753906 147.089844 257.753906 140.617188 C 257.753906 134.148438 263 128.898438 269.472656 128.898438 C 275.945312 128.898438 281.191406 134.148438 281.191406 140.617188 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(68.235296%,53.333336%,38.431373%);fill-opacity:1;" d="M 46.816406 199.210938 L 328.066406 199.210938 L 328.066406 210.929688 L 46.816406 210.929688 Z M 46.816406 199.210938 "/>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -57,7 +57,14 @@
|
|||
"widenFactor": 5,
|
||||
"layers": [
|
||||
"playground",
|
||||
"bench",
|
||||
"picnic_table"
|
||||
{
|
||||
"builtin": [
|
||||
"bench",
|
||||
"picnic_table"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue