<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;"> <pre data-placeholder="Übersetzung" id="tw-target-text" dir="ltr">Hello list, does anyone have experience and can give me examples of how I can integrate google maps (hybrid satellite) or Bing Aerial as a background layer in QWC2. I found out that it can be done in tenantCongig.json in the themeConfig area. Here is the default example: "backgroundLayers": [ { "name": "bluemarble", "printLayer": "bluemarble_bg", "visibility": true }, { "name": "mapnik", "printLayer": "osm_bg" } ], "searchProviders": ["coordinates"], "mapCrs": "EPSG:3857", "additionalMouseCrs": [], "extent": [-1000000, 4000000, 3000000, 8000000], "skipEmptyFeatureAttributes": true, "printResolutions": [300], "thumbnail": "default.jpg" } ], "backgroundLayers": [ { "name": "mapnik", "title": "Open Street Map", "type": "osm", "source": "osm", "attribution": "OpenStreetMap contributors", "attributionUrl": "https://www.openstreetmap.org/copyright", "thumbnail": "img/mapthumbs/mapnik.jpg" }, { "type": "wmts", "url": "http://gibs.earthdata.nasa.gov/wmts/epsg3857/best/BlueMarble_ShadedRelief/default/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpeg", "title": "Blue Marble", "name": "bluemarble", "tileMatrixPrefix": "", "tileMatrixSet": "GoogleMapsCompatible_Level8", "originX": -20037508.34278925, "originY": 20037508.34278925, "projection:": "EPSG:3857", "resolutions": [ 156543.03390625, 78271.516953125, 39135.7584765625, 19567.87923828125, 9783.939619140625, 4891.9698095703125, 2445.9849047851562, 1222.9924523925781 ], "tileSize": [ 256, 256 ], "thumbnail": "img/mapthumbs/default.jpg" } ] </pre><pre>Greetings Jörg</pre><signature></signature></div></body></html>