Update major building mapnik map key

47a96cb609/style/buildings.mss (L23)
This commit is contained in:
Anton Khorev 2023-12-11 11:50:35 +03:00
parent 327ceda912
commit d5039b285b
4 changed files with 10 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

View file

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

After

Width:  |  Height:  |  Size: 147 B

View file

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

After

Width:  |  Height:  |  Size: 147 B

View file

@ -59,8 +59,11 @@ mapnik:
- { min_zoom: 10, name: reserve, image: reserve.svg } # admin.mss
- { min_zoom: 8, name: military, image: military.svg }
- { min_zoom: 13, name: school, image: school.svg }
# buildings: buildings.mss
- { min_zoom: 14, name: building, width: 10, height: 10, fill: "#ab9793" }
- { min_zoom: 15, name: building, image: building15.svg }
- { min_zoom: 16, name: building, image: building16.svg }
# other
- { min_zoom: 12, max_zoom: 19, name: building, image: building.png }
- { min_zoom: 12, max_zoom: 19, name: station, image: station.png }
- { min_zoom: 11, max_zoom: 19, name: summit, image: summit.png }
- { min_zoom: 12, max_zoom: 19, name: tunnel, image: tunnel.png }