fix: Reinzoomen, Rauszoom und CenterHere in Contextmenu

This commit is contained in:
ISA
2024-07-15 11:38:13 +02:00
parent 29eb3e8192
commit 5b41072c46
3 changed files with 81 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ export const checkInternet = () => {
};
// ----------------------------------------------
export const fetchUserRights = async () => {
export const fetchUserRights = async (serverURL) => {
try {
const response = await fetch(
`${serverURL}/talas5/ClientData/WebserviceMap.asmx/GisSystemStatic?idMap=${c}&idUser=${user}`