forked from MapComplete/MapComplete
Add assets, small fixes
This commit is contained in:
parent
e26ffb567b
commit
b98245fafb
5 changed files with 20 additions and 2 deletions
5
assets/layers/id_presets/bicycle_rental.svg
Normal file
5
assets/layers/id_presets/bicycle_rental.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M11.5 1L10 1C9.26 1 8.62 1.4 8.28 2L3.5 2L2.5 3L3.5 4L4.5 3L5.5 4L6.5 3L7.5 4L8.28 4C8.62 4.6 9.26 5 10 5L11.5 5C11.78 5 12 4.78 12 4.5L12 1.5C12 1.22 11.78 1 11.5 1ZM11 3.5C11 3.78 10.78 4 10.5 4C10.22 4 10 3.78 10 3.5L10 2.5C10 2.22 10.22 2 10.5 2C10.78 2 11 2.22 11 2.5L11 3.5Z"/>
|
||||
<path d="M8.5 6C7.82 5.99 7.82 7.01 8.5 7L9 7L9 7.71L6.25 9.28L5.74 8L6.45 8C7.13 8.01 7.13 6.99 6.45 7L4.43 7C3.75 6.99 3.75 8.01 4.43 8L4.66 8L5.09 9.08C4.9 9.03 4.7 9 4.5 9C3.13 9 2 10.13 2 11.5C2 12.87 3.13 14 4.5 14C5.87 14 7 12.87 7 11.5C7 11.03 6.86 10.59 6.63 10.21L9.1 8.8L9.5 9.21C8.62 9.6 8 10.48 8 11.5C8 12.87 9.13 14 10.5 14C11.87 14 13 12.87 13 11.5C13 10.2 12 9.14 10.73 9.02L10 8.29L10 6.5C10 6.22 9.78 6 9.5 6L8.5 6ZM4.5 10C5.33 10 6 10.67 6 11.5C6 12.33 5.33 13 4.5 13C3.67 13 3 12.33 3 11.5C3 10.67 3.67 10 4.5 10ZM10.5 10C11.33 10 12 10.67 12 11.5C12 12.33 11.33 13 10.5 13C9.67 13 9 12.33 9 11.5C9 10.67 9.67 10 10.5 10Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
2
assets/layers/id_presets/bicycle_rental.svg.license
Normal file
2
assets/layers/id_presets/bicycle_rental.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Temaki
|
||||
SPDX-License-Identifier: CC0-1.0
|
|
@ -9,6 +9,17 @@
|
|||
"https://wiki.openstreetmap.org/wiki/File:ID.svg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "bicycle_rental.svg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
"Temaki"
|
||||
],
|
||||
"sources": [
|
||||
"https://github.com/ideditor/temaki",
|
||||
"https://ideditor.github.io/temaki/docs/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "fas-baby-carriage.svg",
|
||||
"license": "CC-BY-4.0",
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SPDX-FileCopyrightText: https://pixabay.com/users/clker-free-vector-images-3736/
|
||||
SPDX-License-Identifier: CC0
|
||||
SPDX-License-Identifier: CC0-1.0
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<button
|
||||
on:click
|
||||
class="as-link h-8 w-8 shrink-0 self-start rounded-full p-1"
|
||||
class="as-link h-8 w-8 shrink-0 self-start rounded-full p-1 edit-button"
|
||||
aria-labelledby={arialabel === undefined ? ariaLabelledBy : undefined}
|
||||
use:ariaLabel={arialabel}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue