fix: Reinzoomen, Rauszoom und CenterHere in Contextmenu
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user