Fix typo that prevents Rotate icon from indicating the view rotation

This commit is contained in:
Andreas Hocevar
2020-11-22 10:35:31 +01:00
parent dd95f56e26
commit 19aeed3e3c

View File

@@ -52,7 +52,7 @@ class Rotate extends Control {
const compassClassName =
options.compassClassName !== undefined
? options.compassClassName
: 'ol-comapss';
: 'ol-compass';
/**
* @type {HTMLElement}