Re: [QGIS-Developer] Selecting active mesh layer dataset

2022-01-24 Thread Vincent Cloarec
Hi, if you want to change the rendering settings use : https://qgis.org/api/classQgsMeshRendererSettings.html#details and https://qgis.org/api/classQgsMeshLayer.html#ada9c8d32c90c0a7030f1a20de6435066 Use this QgsMeshRendererSettings class to set your active dataset group. Regards. Le lun. 24 ja

[QGIS-Developer] Selecting active mesh layer dataset

2022-01-24 Thread Brian Haynes
Good afternoon, I am developing a QGIS application in C++ and am looking to overlay weather data stored in NetCDF files as mesh layers. Each file has several variables that can be displayed; however it only displays one variable or dataset (always the first one in alphabetical order) and I'm n