mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Fix tiles for intermediate zooms
This commit is contained in:
@@ -263,7 +263,7 @@ iD.Map = function(elem) {
|
||||
apiTilesLoaded[c] = true;
|
||||
return [
|
||||
projection.invert([x, y]),
|
||||
projection.invert([x + 256, y + 256])];
|
||||
projection.invert([x + ts, y + ts])];
|
||||
});
|
||||
return extents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user