From 218f6e4f27675846cd1d25ec0b94515f49ea1635 Mon Sep 17 00:00:00 2001 From: Ismail Ali Date: Thu, 30 Jan 2025 22:47:40 +0100 Subject: [PATCH] Map Tiles von Talas/TileMap --- config/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/urls.js b/config/urls.js index 61b8e653e..73a526491 100644 --- a/config/urls.js +++ b/config/urls.js @@ -14,7 +14,7 @@ if (typeof window !== "undefined") { //OFFLINE_TILE_LAYER = "http://10.10.0.70:3000/mapTiles/{z}/{x}/{y}.png"; //Map von Talas_v5 Server //OFFLINE_TILE_LAYER = "http://10.10.0.70/talas5/nodeMap/public/mapTiles/{z}/{x}/{y}.png"; //Map von Talas_v5 Server - OFFLINE_TILE_LAYER = `${originWithoutPort}/talas5/nodeMap/public/mapTiles/{z}/{x}/{y}.png`; //Map von Talas_v5 Server + OFFLINE_TILE_LAYER = `${originWithoutPort}/talas5/TileMap/{z}/{x}/{y}.png`; //Map von Talas_v5 Server console.log("OFFLINE_TILE_LAYER: ", OFFLINE_TILE_LAYER); //OFFLINE_TILE_LAYER = `${originWithoutPort}:3000/mapTiles/{z}/{x}/{y}.png`; //OFFLINE_TILE_LAYER = `https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png`;