Add downloaded debug flag and visualization for tiles downloaded

This commit is contained in:
Bryan Housel
2019-04-08 22:06:47 -04:00
parent df1a2ea361
commit 95a1bbaf97
3 changed files with 52 additions and 4 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ describe('iD.coreContext', function() {
imagery: false,
imperial: false,
driveLeft: false,
target: false
target: false,
downloaded: false
};
expect(context.debugFlags()).to.eql(flags);