Use local PMTiles basemap

This commit is contained in:
2026-07-25 21:55:35 -05:00
commit 4532a5c5dd
37 changed files with 4019 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title desc">
<title id="title">Daylily</title>
<desc id="desc">Abstract daylily clump with spindly fronds and flower stalks.</desc>
<defs>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="1.5" stdDeviation="1.2" flood-color="#1d2d16" flood-opacity="0.28" />
</filter>
</defs>
<g fill="none" stroke-linecap="round" stroke-linejoin="round" filter="url(#shadow)">
<g stroke="#315f2b">
<path d="M32 58 C24 47 16 40 8 34" stroke-width="3.1" />
<path d="M32 58 C25 45 22 35 20 22" stroke-width="2.7" />
<path d="M32 58 C30 43 31 29 35 14" stroke-width="2.7" />
<path d="M32 58 C40 45 47 37 56 30" stroke-width="3.1" />
<path d="M32 58 C38 48 42 40 44 27" stroke-width="2.5" />
</g>
<g stroke="#5f8d39">
<path d="M32 58 C21 51 13 48 5 48" stroke-width="2.4" />
<path d="M32 58 C24 49 19 44 13 39" stroke-width="2.2" />
<path d="M32 58 C29 47 28 38 29 27" stroke-width="2.2" />
<path d="M32 58 C35 47 37 37 40 26" stroke-width="2.2" />
<path d="M32 58 C42 50 50 46 60 44" stroke-width="2.4" />
<path d="M32 58 C43 53 51 52 58 55" stroke-width="2.1" />
</g>
<g stroke="#6f7f32">
<path d="M32 57 C33 43 34 30 35 16" stroke-width="1.7" />
<path d="M31 57 C28 43 27 31 25 18" stroke-width="1.5" />
<path d="M33 57 C42 45 47 34 50 22" stroke-width="1.5" />
</g>
<g fill="#f0b44c" stroke="#9f5e1d" stroke-width="1.4">
<path d="M35 15 C30 13 29 8 32 4 C36 7 38 11 35 15" />
<path d="M35 15 C39 11 44 12 47 16 C42 18 38 18 35 15" />
<path d="M35 15 C39 18 39 23 36 27 C33 23 32 19 35 15" />
<circle cx="35" cy="15" r="1.7" fill="#743719" stroke="none" />
<path d="M25 18 C21 15 21 11 24 8 C27 11 28 15 25 18" />
<path d="M25 18 C29 16 32 18 33 22 C29 23 26 21 25 18" />
<path d="M25 18 C23 22 19 23 16 21 C18 17 21 16 25 18" />
<circle cx="25" cy="18" r="1.5" fill="#743719" stroke="none" />
<path d="M50 22 C46 19 47 15 50 12 C53 15 54 19 50 22" />
<path d="M50 22 C54 20 58 22 59 26 C55 27 52 25 50 22" />
<path d="M50 22 C49 26 45 28 42 26 C44 23 47 21 50 22" />
<circle cx="50" cy="22" r="1.4" fill="#743719" stroke="none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB