diff --git a/js/realtime-map.js b/js/realtime-map.js
index e03f217efec8c783d8caf5d4b3998e437bef2215..0bd585cf6390e250059f48edb31d605fce2b5536 100644
--- a/js/realtime-map.js
+++ b/js/realtime-map.js
@@ -13,7 +13,7 @@ RealTimeMap.run = function(config) {
         worldTotalVisits = 0,
         maxVisits = 100,
         width = main.width(),
-        scale = width * (width*0.7) / 100000,
+        scale = width * (width*0.7) / 180000,
         lastTimestamp = -1,
         lastVisits = [],
         visitSymbols,