We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e5337 commit 48e2a7bCopy full SHA for 48e2a7b
javascript/googleMap.js
@@ -1,7 +1,7 @@
1
window.opentrace = {
2
Hops: [],
3
reset: function (hideMapPopup = false) {
4
- if (typeof gmap == "undefined") window.gmap = new google.maps.Map(document.getElementById("map"), { center: { lat: 0, lng: 0 }, zoom: 2 });
+ window.gmap = new google.maps.Map(document.getElementById("map"), { center: { lat: 0, lng: 0 }, zoom: 2 });
5
gmap.overlayMapTypes.clear();
6
this.Hops = [];
7
this.hideMapPopup = hideMapPopup;
0 commit comments