don't deselect on Home/Reset Map

fix unknown altitude handling for rounded alitudes.
This commit is contained in:
Matthias Wirth
2019-11-06 12:02:12 +01:00
parent 4f394d4eaf
commit 5a519e46a1
2 changed files with 6 additions and 12 deletions

View File

@@ -2064,7 +2064,7 @@ function resetMap() {
OLMap.getView().setCenter(ol.proj.fromLonLat([CenterLon, CenterLat]));
OLMap.getView().setRotation(mapOrientation);
selectPlaneByHex(null,false);
//selectPlaneByHex(null,false);
$("#update_error").css('display','none');
}