Skip to content

Commit

Permalink
Fix #9382 Updating backgrounds to 512 tile size (#10037)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdipisa authored Mar 7, 2024
1 parent 3af61c6 commit 72a7217
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/client/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize": 512,
"visibility": false,
"singleTile": false,
"credits": {
Expand All @@ -138,6 +139,7 @@
"https://maps2.geosolutionsgroup.com/geoserver/wms",
"https://maps5.geosolutionsgroup.com/geoserver/wms"
],
"tileSize": 512,
"visibility": false,
"singleTile": false,
"credits": {
Expand All @@ -159,6 +161,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize": 512,
"visibility": true,
"singleTile": false,
"credits": {
Expand All @@ -180,6 +183,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize": 512,
"visibility": false,
"singleTile": false,
"credits": {
Expand All @@ -200,6 +204,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize": 512,
"source": "s2cloudless",
"singleTile": false,
"visibility": false
Expand Down
5 changes: 5 additions & 0 deletions web/client/configs/new.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize":512,
"visibility": false,
"singleTile": false,
"credits": {
Expand All @@ -46,6 +47,7 @@
"https://maps2.geosolutionsgroup.com/geoserver/wms",
"https://maps5.geosolutionsgroup.com/geoserver/wms"
],
"tileSize":512,
"visibility": false,
"singleTile": false,
"credits": {
Expand All @@ -67,6 +69,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize":512,
"visibility": true,
"singleTile": false,
"credits": {
Expand All @@ -88,6 +91,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize":512,
"visibility": false,
"singleTile": false,
"credits": {
Expand All @@ -108,6 +112,7 @@
"https://maps5.geosolutionsgroup.com/geoserver/wms",
"https://maps6.geosolutionsgroup.com/geoserver/wms"
],
"tileSize":512,
"source": "s2cloudless",
"singleTile": false,
"visibility": false
Expand Down

0 comments on commit 72a7217

Please sign in to comment.