support showing geolocation on map
This commit is contained in:
@@ -389,4 +389,9 @@ export default {
|
||||
ignoreError: !!ignoreError
|
||||
});
|
||||
},
|
||||
generateOpenStreetMapTileImageUrl: () => {
|
||||
const token = userState.getToken();
|
||||
|
||||
return 'proxy/openstreetmap/tile/{z}/{x}/{y}.png?token=' + token;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user