From 72a7217f6c3c6f1731eedbdcbdc81278f43bef88 Mon Sep 17 00:00:00 2001 From: Tobia Di Pisa Date: Thu, 7 Mar 2024 09:34:26 +0100 Subject: [PATCH] Fix #9382 Updating backgrounds to 512 tile size (#10037) --- web/client/configs/localConfig.json | 5 +++++ web/client/configs/new.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/web/client/configs/localConfig.json b/web/client/configs/localConfig.json index b199a98c87..e726f83a4e 100644 --- a/web/client/configs/localConfig.json +++ b/web/client/configs/localConfig.json @@ -117,6 +117,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize": 512, "visibility": false, "singleTile": false, "credits": { @@ -138,6 +139,7 @@ "https://maps2.geosolutionsgroup.com/geoserver/wms", "https://maps5.geosolutionsgroup.com/geoserver/wms" ], + "tileSize": 512, "visibility": false, "singleTile": false, "credits": { @@ -159,6 +161,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize": 512, "visibility": true, "singleTile": false, "credits": { @@ -180,6 +183,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize": 512, "visibility": false, "singleTile": false, "credits": { @@ -200,6 +204,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize": 512, "source": "s2cloudless", "singleTile": false, "visibility": false diff --git a/web/client/configs/new.json b/web/client/configs/new.json index ac5f20fdba..9f842c313e 100644 --- a/web/client/configs/new.json +++ b/web/client/configs/new.json @@ -25,6 +25,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize":512, "visibility": false, "singleTile": false, "credits": { @@ -46,6 +47,7 @@ "https://maps2.geosolutionsgroup.com/geoserver/wms", "https://maps5.geosolutionsgroup.com/geoserver/wms" ], + "tileSize":512, "visibility": false, "singleTile": false, "credits": { @@ -67,6 +69,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize":512, "visibility": true, "singleTile": false, "credits": { @@ -88,6 +91,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize":512, "visibility": false, "singleTile": false, "credits": { @@ -108,6 +112,7 @@ "https://maps5.geosolutionsgroup.com/geoserver/wms", "https://maps6.geosolutionsgroup.com/geoserver/wms" ], + "tileSize":512, "source": "s2cloudless", "singleTile": false, "visibility": false