[QGIS-Developer] Installation Problem on Ubuntu Linux

2022-01-24 Thread Kim Lyon
Hi, I have a basic installation problem with QGIS. I am setting up an Intel server running Ubuntu Linux 20.04 with an Apache2 HTTP server for our local volunteer Bush Fire Brigades in Margaret River, Western Australia. Everything seems to be

Re: [QGIS-Developer] Donations

2022-01-24 Thread Andreas Neumann
Hi Cory, There is nothing wrong with your feature or bug request (whatever it is ;-) ) - there is certainly value for it! But there is a point in the temporal controller in presentation-only mode. It covers probably >90% of the use cases - as most many users don't edit temporal data, but

Re: [QGIS-Developer] Donations

2022-01-24 Thread Cory Albrecht
> Honestly, whether this is a bug or a feature request is debatable, I personally think that it is a bug because a user would not expect that a basic software action like editing gets broken when the temporal controller is active: we should either disable editing in that case or make editing work

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

[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

Re: [QGIS-Developer] MultiPart post network request stopped working in master

2022-01-24 Thread Alessandro Pasotti
Hi Raymond, can you please file a bug and assign it to me, I'll have a look. On Sat, Jan 22, 2022 at 1:32 PM Raymond Nijssen wrote: > Dear all, > > One of my plugins stopped working in QGIS master, because some of the > requests seem invalid. I spent quite some time on debugging but cannot >