We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd9655 commit 1490edeCopy full SHA for 1490ede
src/openlayers/control/ScaleLine.js
@@ -38,7 +38,7 @@ export class ScaleLine extends ol.control.ScaleLine {
38
}
39
this.updateElementRepair(); //NOSONAR
40
41
- super(options);
+ super(options); //NOSONAR
42
43
44
updateElementRepair() {
@@ -160,4 +160,4 @@ export class ScaleLine extends ol.control.ScaleLine {
160
161
162
163
-ol.supermap.control.ScaleLine = ScaleLine;
+ol.supermap.control.ScaleLine = ScaleLine;
0 commit comments