Merge pull request #11754 from ahocevar/compass-typo

Fix typo that prevents Rotate icon from indicating the view rotation
This commit is contained in:
Andreas Hocevar
2020-11-22 10:44:41 +01:00
committed by GitHub

View File

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