Update bounded landuses

This commit is contained in:
Anton Khorev 2023-12-08 23:52:04 +03:00
parent 92ab24baa0
commit e108a13843
5 changed files with 15 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

View file

@ -0,0 +1,9 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<defs>
<pattern id='hatch' width='8' height='8' patternUnits='userSpaceOnUse'>
<rect width='8' height='8' fill='#ff555514' />
<line x1='8' y2='8' stroke='#ff555544' />
</pattern>
</defs>
<rect x='.5' y='.5' width='25' height='9' fill='url(#hatch)' stroke='#ff555544' />
</svg>

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

View file

@ -0,0 +1,4 @@
<svg xmlns='http://www.w3.org/2000/svg' width='26' height='10'>
<rect x='1' y='1' width='24' height='8' fill='none' stroke='#008000' stroke-width='2' opacity='.15' />
<rect x='2' y='2' width='22' height='6' fill='none' stroke='#008000' stroke-width='4' opacity='.15' />
</svg>

After

Width:  |  Height:  |  Size: 277 B

View file

@ -56,9 +56,9 @@ mapnik:
- { min_zoom: 12, name: allotments, width: 26, height: 10, fill: "#c9e1bf" }
- { min_zoom: 11, name: pitch, width: 26, height: 10, fill: "#88e0be" }
- { min_zoom: 11, name: centre, width: 26, height: 10, fill: "#dffce2" }
- { min_zoom: 10, name: reserve, image: reserve.svg } # admin.mss
- { min_zoom: 8, name: military, image: military.svg }
# other
- { min_zoom: 11, max_zoom: 19, name: reserve, image: reserve.png }
- { min_zoom: 11, max_zoom: 19, name: military, image: military.png }
- { min_zoom: 12, max_zoom: 19, name: school, image: school.png }
- { min_zoom: 12, max_zoom: 19, name: building, image: building.png }
- { min_zoom: 12, max_zoom: 19, name: station, image: station.png }