From a4182f4a0ab52639f5a23b9c2813b0eb8d1c0951 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 11 Dec 2023 12:02:33 +0300 Subject: [PATCH] Update station mapnik map key https://github.com/gravitystorm/openstreetmap-carto/blob/47a96cb6092198ba37992351a4059336ed58ae96/style/stations.mss#L21 --- app/assets/images/key/mapnik/station.png | Bin 115 -> 0 bytes config/key.yml | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 app/assets/images/key/mapnik/station.png diff --git a/app/assets/images/key/mapnik/station.png b/app/assets/images/key/mapnik/station.png deleted file mode 100644 index 6c36e3c6192ed0b3092aef6687e985231d127fa8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^Y#_`5A|IT2?*XK&JY5_^Dj1U!0?fXoT-b1?F}bwc zhK-HQj*YFmA(Kbd``y99nA5%sT8u(fMN02Tgq*!3c*BBO;~+P~K2EKFU%HOm1De9% M>FVdQ&MBb@0OI>2_5c6? diff --git a/config/key.yml b/config/key.yml index 835b1ba33..94ac6943e 100644 --- a/config/key.yml +++ b/config/key.yml @@ -63,8 +63,11 @@ mapnik: - { 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 } + # stations: stations.mss + - { min_zoom: 12, name: station, width: 4, height: 4, fill: "#7981b0" } + - { 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: 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 } - { min_zoom: 13, max_zoom: 19, name: bridge, image: bridge.png } -- 2.39.5