mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Fix reloading of tiles from API after save.
This commit is contained in:
@@ -16,6 +16,7 @@ iD.Connection = function() {
|
||||
function bboxFromAPI(box, tile, callback) {
|
||||
function done(err, parsed) {
|
||||
loadedTiles[tile.toString()] = true;
|
||||
delete inflight[tile.toString()];
|
||||
callback(err, parsed);
|
||||
}
|
||||
inflight[tile.toString()] = loadFromURL(bboxUrl(box), done);
|
||||
|
||||
Reference in New Issue
Block a user