Merge branch 'master' into mosuzi-dev

This commit is contained in:
mosuzi 2024-07-08 11:17:44 +08:00 committed by GitHub
commit fe5f2133c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
160 changed files with 29893 additions and 427 deletions

View file

@ -1525,10 +1525,6 @@ function toggleCompass(event) {
if (!layerIsOn("toggleCompass")) {
turnButtonOn("toggleCompass");
$("#compass").fadeIn();
if (!compass.selectAll("*").size()) {
compass.append("use").attr("xlink:href", "#rose");
shiftCompass();
}
if (event && isCtrlClick(event)) editStyle("compass");
} else {
if (event && isCtrlClick(event)) {