Skip to content

Commit 1707ab4

Browse files
committed
2 parents 8c65424 + 1490ede commit 1707ab4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/openlayers/control/ScaleLine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class ScaleLine extends ol.control.ScaleLine {
3838
}
3939
this.updateElementRepair(); //NOSONAR
4040
}
41-
super(options);
41+
super(options); //NOSONAR
4242
}
4343

4444
updateElementRepair() {
@@ -160,4 +160,4 @@ export class ScaleLine extends ol.control.ScaleLine {
160160
}
161161
}
162162

163-
ol.supermap.control.ScaleLine = ScaleLine;
163+
ol.supermap.control.ScaleLine = ScaleLine;

test/openlayers/mapping/WebMapSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ describe('openlayers_WebMap', () => {
407407
done();
408408
}, 1000)
409409
});
410-
it('createThemeLayer_Vector_SVG', (done) => {
410+
xit('createThemeLayer_Vector_SVG', (done) => {
411411
let options = {
412412
server: server,
413413
successCallback: function () {},
@@ -993,4 +993,4 @@ describe('openlayers_WebMap', () => {
993993
}, 1000)
994994
});
995995

996-
});
996+
});

0 commit comments

Comments
 (0)