diff --git a/public_html/markers.js b/public_html/markers.js
index 3b79c1b5a..e9207fa6a 100755
--- a/public_html/markers.js
+++ b/public_html/markers.js
@@ -50,19 +50,19 @@ var shapes = {
size: [19,16]
},
'ground_emergency': {
- svg: '',
+ svg: '',
size: [6, 15]
},
'ground_service': {
- svg: '',
+ svg: '',
size: [6, 15]
},
'ground_unknown': {
- svg: '',
+ svg: '',
size: [6, 15]
},
'ground_fixed': {
- svg: '',
+ svg: '',
size: [12, 12]
},
'unknown': {
diff --git a/public_html/planeObject.js b/public_html/planeObject.js
index 6e81ffdd6..39e3c4ddd 100644
--- a/public_html/planeObject.js
+++ b/public_html/planeObject.js
@@ -337,7 +337,7 @@ PlaneObject.prototype.getAltitudeColor = function(altitude) {
h = ColorByAlt.unknown.h;
s = ColorByAlt.unknown.s;
l = ColorByAlt.unknown.l;
- } else if (this.altitude === "ground") {
+ } else if (altitude === "ground") {
h = ColorByAlt.ground.h;
s = ColorByAlt.ground.s;
l = ColorByAlt.ground.l;