Skip to content

Commit

Permalink
Zip file download complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonash committed Aug 30, 2018
1 parent 6b52116 commit 454a448
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 88 deletions.
2 changes: 1 addition & 1 deletion www/app/maps/map/map-layer.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
checkNextTile(mapProvider, imgElement, x, y, z, d, row, col);
}

// Get the tile from local storage
// Get the tile from local storage -- change to file storage
function getTile(mapProvider, tileId) {
var deferred = $q.defer(); // init promise
//$log.log('Looking for tile:', tileId);
Expand Down
Loading

0 comments on commit 454a448

Please sign in to comment.