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 0858c49 commit 2523f91Copy full SHA for 2523f91
Source/RunActivity/Viewer3D/WebServices/Web/Map/index.js
@@ -55,7 +55,7 @@ function ApiMap() {
55
MapInit(latLong);
56
}
57
58
- if ((latLong[0] != latLongPrev[0]) && (latLong[1] != latLongPrev[1])) {
+ if ((latLong[0] != latLongPrev[0]) || (latLong[1] != latLongPrev[1])) {
59
if (typeof locomotivMarker !== 'undefined') {
60
locomotivMarker.removeFrom(map);
61
0 commit comments