From 0d1489d641f948c76c1ecdd1542413e5a1458ea6 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Mon, 31 Mar 2025 18:08:04 -0400 Subject: [PATCH] Adjust city dot sizes a bit --- lib/xmet/map.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xmet/map.py b/lib/xmet/map.py index 235a3b8..c779111 100644 --- a/lib/xmet/map.py +++ b/lib/xmet/map.py @@ -88,9 +88,9 @@ class EquirectMap(): elif city.population >= 500000: radius = 3 elif city.population >= 100000: - radius = 2 + radius = 2.5 else: - radius = 1 + radius = 1.3 extents = cr.text_extents(city.name)