Load traffico stylesheet dynamically

This commit is contained in:
Bryan Housel
2016-02-17 12:03:51 -05:00
parent 2eca4da18c
commit 0a238dbfcc
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ describe('iD.services.mapillary', function() {
context, server, mapillary;
beforeEach(function() {
context = iD();
context = iD().assetPath('../dist/');
context.projection.scale(667544.214430109); // z14
server = sinon.fakeServer.create();