Add glacier images with borders

This commit is contained in:
Anton Khorev 2023-12-08 21:42:33 +03:00
parent fcf980615d
commit 1dcf2fb9f4
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<rect x='.5' y='.5' width='25' height='9' fill='#ddecec' stroke='#9cf' stroke-dasharray='4 2' />
</svg>

After

Width:  |  Height:  |  Size: 168 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<rect x='.5' y='.5' width='25' height='9' fill='#ddecec' stroke='#9cf' />
</svg>

After

Width:  |  Height:  |  Size: 145 B

View file

@ -19,7 +19,8 @@ mapnik:
- { name: admin, width: 52, height: 2, fill: "#8d618b88" }
# landcover: landcover.mss, water.mss
- { name: lake, width: 26, height: 10, fill: "#aad3df" }
- { name: glacier, width: 26, height: 10, fill: "#ddecec" }
- { min_zoom: 5, max_zoom: 9, name: glacier, image: glacier5.svg }
- { min_zoom: 10, name: glacier, image: glacier10.svg }
- { min_zoom: 5, max_zoom: 11, name: forest, width: 26, height: 10, fill: "#bddab1" }
- { min_zoom: 12, name: forest, width: 26, height: 10, fill: "#add19e" }
- { min_zoom: 5, max_zoom: 11, name: orchard, width: 26, height: 10, fill: "#bee5b5" }