From ab0fa753dc5af1f877c1eac9cc9eaa8112ab0237 Mon Sep 17 00:00:00 2001 From: roblevesque Date: Thu, 7 Jul 2016 12:29:56 -0400 Subject: [PATCH] Head to wall Head to wall when you realize last 10 or so commits were not really a loading issue but because of a typo instead. --- mapview/js/mapviewgl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapview/js/mapviewgl.js b/mapview/js/mapviewgl.js index 123641c..986917e 100644 --- a/mapview/js/mapviewgl.js +++ b/mapview/js/mapviewgl.js @@ -1176,7 +1176,7 @@ for (var key in jsonEmpire) { // Initial Target spot. UFP for convinence. controls.target.x = jsonEmpire['UFP'].cenx; controls.target.y = jsonEmpire['UFP'].ceny; - controls.target.z = jsomEmpire['UFP'].cenz; + controls.target.z = jsonEmpire['UFP'].cenz; }