diff --git a/public_html/planeObject.js b/public_html/planeObject.js
index 04f007e..27f8468 100644
--- a/public_html/planeObject.js
+++ b/public_html/planeObject.js
@@ -301,7 +301,7 @@ PlaneObject.prototype.getMarkerColor = function() {
}
PlaneObject.prototype.updateIcon = function() {
- var scaleFactor = Math.max(0.2, Math.min(2.5, 0.15 * Math.pow(1.25, ZoomLvl))).toFixed(1);
+ var scaleFactor = Math.max(0.2, Math.min(1.2, 0.15 * Math.pow(1.25, ZoomLvl))).toFixed(1);
var col = this.getMarkerColor();
var opacity = 1.0;