From: Anton Khorev Date: Mon, 11 Dec 2023 09:02:33 +0000 (+0300) Subject: Update station mapnik map key X-Git-Tag: live~1019^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a4182f4a0ab52639f5a23b9c2813b0eb8d1c0951 Update station mapnik map key https://github.com/gravitystorm/openstreetmap-carto/blob/47a96cb6092198ba37992351a4059336ed58ae96/style/stations.mss#L21 --- diff --git a/app/assets/images/key/mapnik/station.png b/app/assets/images/key/mapnik/station.png deleted file mode 100644 index 6c36e3c61..000000000 Binary files a/app/assets/images/key/mapnik/station.png and /dev/null differ 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 }