Add back in follow plane functionality
This commit is contained in:
parent
9621cadbd3
commit
cfcb329a2f
|
@ -1275,7 +1275,6 @@ function toggleFollowSelected() {
|
||||||
if (FollowSelected && OLMap.getView().getZoom() < 8)
|
if (FollowSelected && OLMap.getView().getZoom() < 8)
|
||||||
OLMap.getView().setZoom(8);
|
OLMap.getView().setZoom(8);
|
||||||
refreshSelected();
|
refreshSelected();
|
||||||
refreshHighlighted();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function resetMap() {
|
function resetMap() {
|
||||||
|
|
Loading…
Reference in a new issue