From cfcb329a2fd478fc041dab43d368b03fac6ad49e Mon Sep 17 00:00:00 2001 From: drakeapps Date: Sun, 19 Mar 2017 23:05:44 -0500 Subject: [PATCH] Add back in follow plane functionality --- public_html/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index 1d3dde6..bc3fcbb 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1275,7 +1275,6 @@ function toggleFollowSelected() { if (FollowSelected && OLMap.getView().getZoom() < 8) OLMap.getView().setZoom(8); refreshSelected(); - refreshHighlighted(); } function resetMap() {