remove Australia from small-country circle markers
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 14s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 4s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-09 07:34:27 +03:00
parent 418300068d
commit e1f07ad433

View File

@@ -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) {