Update peak mapnik map key

47a96cb609/style/amenity-points.mss (L1384)
This commit is contained in:
Anton Khorev 2023-12-11 12:13:11 +03:00
parent a4182f4a0a
commit cc0fe00164
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

View file

@ -0,0 +1,3 @@
<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'>
<path d='M4,1 0,8 8,8 z' fill='#d08f55' />
</svg>

After

Width:  |  Height:  |  Size: 112 B

View file

@ -68,7 +68,7 @@ mapnik:
- { min_zoom: 13, name: station, width: 6, height: 6, fill: "#7981b0" }
- { min_zoom: 15, name: station, width: 9, height: 9, fill: "#7981b0" }
# other
- { min_zoom: 11, max_zoom: 19, name: summit, image: summit.png }
- { min_zoom: 11, name: summit, image: summit.svg } # amenity-points.mss
- { min_zoom: 12, max_zoom: 19, name: tunnel, image: tunnel.png }
- { min_zoom: 13, max_zoom: 19, name: bridge, image: bridge.png }
- { min_zoom: 15, max_zoom: 19, name: private, image: private.png }