qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.59k stars 3k forks source link

newer version of GDAL in macos version #52267

Closed eflaten closed 1 year ago

eflaten commented 1 year ago

Feature description

I tried to edit on a layer from an FGDB source. Works fine on a PC with QGIS 3.30, but not on Mac with 3.30. The error message was something like: the layer can't be set editable.

The version of GDAL is 3.3.2 on the Mac version. On Windows the GDAL is 3.6.2 which is newer.

My suggestion is that the macos version of qgis get an upgraded GDAL so FGDB layers can be edited e.g with the "label toolbar" and "change label properties".

Additional context

No response

nicogodet commented 1 year ago

See https://github.com/qgis/QGIS-Mac-Packager/issues/153

eflaten commented 1 year ago

Thanks @nicogodet Lets hope this will be fixed.