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 =
|
||||
options.compassClassName !== undefined
|
||||
? options.compassClassName
|
||||
: 'ol-comapss';
|
||||
: 'ol-compass';
|
||||
|
||||
/**
|
||||
* @type {HTMLElement}
|
||||
|
||||
Reference in New Issue
Block a user