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