Add glacier images with borders
This commit is contained in:
parent
fcf980615d
commit
1dcf2fb9f4
3 changed files with 8 additions and 1 deletions
3
app/assets/images/key/mapnik/glacier10.svg
Normal file
3
app/assets/images/key/mapnik/glacier10.svg
Normal 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 |
3
app/assets/images/key/mapnik/glacier5.svg
Normal file
3
app/assets/images/key/mapnik/glacier5.svg
Normal 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 |
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue