mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 11:09:16 +02:00
Replaced the Mapsforge default theme with our own theme
This commit is contained in:
11
icons/map/patterns/cemetery.svg
Normal file
11
icons/map/patterns/cemetery.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="30" height="28" version="1.1" viewBox="0 0 30 28">
|
||||
<defs>
|
||||
<pattern id="crosses" patternUnits="userSpaceOnUse" width="6" height="7">
|
||||
<path d="M 1.5,0.5 L 1.5,3.5" stroke="#444444" stroke-width="1"/>
|
||||
<path d="M 0.5,1.5 L 2.5,1.5" stroke="#444444" stroke-width="1"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#crosses)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 423 B |
10
icons/map/patterns/military-area.svg
Normal file
10
icons/map/patterns/military-area.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<pattern id="diagonalHatch" patternUnits="userSpaceOnUse" width="4" height="4">
|
||||
<path d="M-1,1 l2,-2 M0,4 l4,-4 M3,5 l2,-2" stroke="red" stroke-width="1"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalHatch)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 376 B |
10
icons/map/patterns/nature-reserve.svg
Normal file
10
icons/map/patterns/nature-reserve.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<pattern id="diagonalHatch" patternUnits="userSpaceOnUse" width="4" height="4">
|
||||
<path d="M-1,1 l2,-2 M0,4 l4,-4 M3,5 l2,-2" stroke="#9ac269" stroke-width="1"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalHatch)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 380 B |
11
icons/map/patterns/orchard.svg
Normal file
11
icons/map/patterns/orchard.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28" height="28" version="1.1" viewBox="0 0 28 28">
|
||||
<defs>
|
||||
<pattern id="circles" patternUnits="userSpaceOnUse" width="7" height="7">
|
||||
<circle cx="3" cy="3" r="1.5" stroke="#c9d69c" stroke-width="1" fill="none"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#dee9bc"/>
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#circles)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 429 B |
11
icons/map/patterns/vineyard.svg
Normal file
11
icons/map/patterns/vineyard.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28" height="32" version="1.1" viewBox="0 0 28 32">
|
||||
<defs>
|
||||
<pattern id="circles" patternUnits="userSpaceOnUse" width="7" height="8">
|
||||
<path d="M 3,2 L 3,6" stroke="#c9d69c" stroke-width="1"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="#dee9bc"/>
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#circles)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 409 B |
10
icons/map/patterns/wetland.svg
Normal file
10
icons/map/patterns/wetland.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<pattern id="diagonalHatch" patternUnits="userSpaceOnUse" width="4" height="4">
|
||||
<path d="M-1,1 l2,-2 M0,4 l4,-4 M3,5 l2,-2" stroke="#9fc4e1" stroke-width="1"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalHatch)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 380 B |
Reference in New Issue
Block a user