File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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+ } ) ;
You can’t perform that action at this time.
0 commit comments