Creates a new scaleline control.
// Example: create a new ScaleLine control with the default parameters.
const scaleLineControl = new ScaleLine();
Optional
opt_options: ScaleLineOptionsPrivate
_minProtected
dpiProtected
renderedSVGProtected
renderedProtected
renderedProtected
viewPrivate
getPrivate
updateGenerated using TypeDoc
Displays a scale line in the map.
This control is an customized version of the OpenLayers Scaleline control. Here the scaleline is a svg image, because now the client can export it without 3rd party dependency (see our export example)