- Start QGIS
- Go to "Settings" > "Options"
- In Options window, find "System", then "Environment"
- Add environment variable "GDAL_PAM_ENABLED" with value equals "NO"
- Restart QGIS
Showing posts with label qgis. Show all posts
Showing posts with label qgis. Show all posts
Thursday, February 16, 2023
Stop QGIS from generating the .aux.xml files when opening GeoTiff files
Wednesday, August 10, 2022
NO_PUBKEY when updating QGIS in Linux / Ubuntu (2022)
Update the key file (qgis-archive.gpg) by:
wget -qO - https://qgis.org/downloads/qgis-2022.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
The NO_PUBKEY error message will be gone for 'apt update'
Tuesday, December 3, 2019
QGIS freezes while editing features
There are many possibilities for QGIS to hang / freezes while editing features. But for my experience, I found it often hangs when using a Shapefile layer.
To minimize this kind of problem, I tried to use other feature format (e.g. SpatialLite). And the problem is relieved to some extent.
Have a try and let me know if it helps or not.
To minimize this kind of problem, I tried to use other feature format (e.g. SpatialLite). And the problem is relieved to some extent.
Have a try and let me know if it helps or not.
Subscribe to:
Posts (Atom)
CSP on Apache
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...
-
When Office2003 couldn't find file SKU011.CAB: regedit -> [HKEY_LOCAL_MACHINE] -> [SOFTWARE] -> [Microsoft] -> [Office] -...
-
The resolution can be changed by editing the BlueStack's registry: HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and ...
-
Suppose you got a file in Big5 containing some HKSCS characters (e.g. 深水埗, 赤鱲角, etc). When your environment (Ref: Charset.defaultCharset( ) ...
