From 0b280584968bdf1130e673ecd66921fc326fa999 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 18 Jun 2024 15:40:03 +0200 Subject: [PATCH] hier muss auch entsprechend in der Tabelle gis_lines die daten vorhanden sein --- config/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index 8b4725ba4..26c19cb22 100644 --- a/config/config.js +++ b/config/config.js @@ -37,8 +37,8 @@ if (typeof window !== "undefined") { mapGisSystemStaticUrl = `${serverURL}/talas5/ClientData/WebserviceMap.asmx/GisSystemStatic?idMap=${c}&idUser=${user}`; mapDataIconUrl = `${serverURL}/talas5/ClientData/WebserviceMap.asmx/GetIconsStatic`; - //webserviceGisLinesStatusUrl = `http://10.10.0.13/talas5/ClientData/WebServiceMap.asmx/GisLinesStatus?idMap=${c}`; - webserviceGisLinesStatusUrl = `http://localhost:3000/api/linesColorApi`; + webserviceGisLinesStatusUrl = `http://10.10.0.13/talas5/ClientData/WebServiceMap.asmx/GisLinesStatus?idMap=${c}`; + //webserviceGisLinesStatusUrl = `http://localhost:3000/api/linesColorApi`; //http://10.10.0.13/talas5/ClientData/WebserviceMap.asmx/GisSystemStatic?idMap=12&idUser=484