diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-28 02:08:04 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-29 17:38:03 +0100 |
commit | 7611395a27bd0521b0d7f671cc61781485e423be (patch) | |
tree | e0348dcd01e39a4a980e7275337ab66fee3e254e | |
parent | 8dad286f8940e774fd3f0b8215689bcc56a402c9 (diff) |
Improve style for SvK stations.
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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({ |