From 7611395a27bd0521b0d7f671cc61781485e423be Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 28 Jan 2024 02:08:04 +0100 Subject: Improve style for SvK stations. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 94f7ffa..8006742 100644 --- a/main.js +++ b/main.js @@ -559,7 +559,7 @@ const layers = { }), }, svk_stations: { - style: [5, 6, 8, 8, 10, 12, 12].map(function(radius) { + style: [3, 4, 5, 6, 7, 8.5, 10].map(function(radius) { return new Style({ zIndex: 0, image: new RegularShape({ -- cgit v1.2.3