From e1f07ad433018bd6230f9d5fc8c6aa31b1aac14c Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Thu, 9 Apr 2026 07:34:27 +0300 Subject: [PATCH] remove Australia from small-country circle markers Co-Authored-By: Claude Opus 4.6 (1M context) --- static/map-embed.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/map-embed.html b/static/map-embed.html index 77397fc..63d2d67 100644 --- a/static/map-embed.html +++ b/static/map-embed.html @@ -187,8 +187,7 @@ body { margin: 0; overflow: hidden; } var SMALL_COUNTRY_COORDS = { '196': [33.4, 35.1], // Cyprus '470': [14.4, 35.9], // Malta - '702': [103.8, 1.35], // Singapore - '036': [134, -25] // Australia (large but southern hemisphere, keep for reference) + '702': [103.8, 1.35] // Singapore }; var smallFeatures = []; countries.forEach(function(c) {