Description
Hello,
I am trying to enable the 3D view button in QWC2 but it does not appear in the interface. Here is what I have done:
I am using the official Docker image: sourcepole/qwc-map-viewer:latest-2025-lts
In my themesConfig.json, I have added the following map3d block to my theme:
"map3d": {
"dtm": {"url": "https://s3.amazonaws.com/elevation-tiles-prod/geotiff/10/535/372.tif", "crs": "EPSG:3857"},
"basemaps": [
{"name": "mapnik", "visibility": true}
]
}
In my config.json, I have added the plugin:
{
"name": "View3D",
"cfg": {
"buttonPosition": 6
}
}
The theme is based on a standard 2D .qgs project ( vector layers were extruded in QGIS Desktop using a Z field ).
The theme is visible and works in 2D, but the 3D button does not appear.
Thank you for your help !