[qgis-qwc2] Background Layer OWC2

Joerg Thaemert j.thaemert at 1-family.org
Tue May 11 04:12:11 PDT 2021


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" } ] 

	Greetings Jörg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-qwc2/attachments/20210511/dbdbdf65/attachment.html>


More information about the qgis-qwc2 mailing list