fixed typo
This commit is contained in:
parent
a392c04469
commit
664c2595cf
@ -53,7 +53,7 @@ window.plugin.maxLinks.updateLayer = function() {
|
|||||||
var nloc = { x: loc.lngE6, y: loc.latE6 };
|
var nloc = { x: loc.lngE6, y: loc.latE6 };
|
||||||
if (nloc.x < minX)
|
if (nloc.x < minX)
|
||||||
minX = nloc.x;
|
minX = nloc.x;
|
||||||
if (nloc.y < minX)
|
if (nloc.y < minY)
|
||||||
minY = nloc.y;
|
minY = nloc.y;
|
||||||
locations.push(nloc);
|
locations.push(nloc);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user