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

@ -295,7 +295,7 @@ async function getMapURL(type, options) {
// add wind rose
if (cloneEl.getElementById("compass")) {
const rose = svgDefs.getElementById("rose");
const rose = svgDefs.getElementById("defs-compass-rose");
if (rose) cloneDefs.appendChild(rose.cloneNode(true));
}

View file

@ -458,7 +458,7 @@ async function parseLoadedData(data, mapVersion) {
{
// dynamically import and run auto-update script
const versionNumber = parseFloat(params[0]);
const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.97.04");
const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.98.00");
resolveVersionConflicts(versionNumber);
}