mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
Add downloaded debug flag and visualization for tiles downloaded
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user