support showing geolocation on map

This commit is contained in:
MaysWind
2023-05-14 22:33:37 +08:00
parent bd542ac308
commit 2ba143d6ea
14 changed files with 257 additions and 8 deletions
+5
View File
@@ -389,4 +389,9 @@ export default {
ignoreError: !!ignoreError
});
},
generateOpenStreetMapTileImageUrl: () => {
const token = userState.getToken();
return 'proxy/openstreetmap/tile/{z}/{x}/{y}.png?token=' + token;
},
};