Fix typo that prevents Rotate icon from indicating the view rotation
This commit is contained in:
@@ -52,7 +52,7 @@ class Rotate extends Control {
|
|||||||
const compassClassName =
|
const compassClassName =
|
||||||
options.compassClassName !== undefined
|
options.compassClassName !== undefined
|
||||||
? options.compassClassName
|
? options.compassClassName
|
||||||
: 'ol-comapss';
|
: 'ol-compass';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {HTMLElement}
|
* @type {HTMLElement}
|
||||||
|
|||||||
Reference in New Issue
Block a user