Bug report #19689
Geometryless table are associated a epsg:4326 crs parameter and spatial properties
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Vectors | ||
Affected QGIS version: | 3.3(master) | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27514 |
Description
Create a table (no geometry) using the New Temporary scratch Layer dialog
Check the layer properties (information tab): it has a crs property filled which is epsg:4326
Also in the Source tab, you'll notice that the "Coordinate Reference System" group is enabled and that you can change the crs of the layer and some extents and spatial index. These ones should be disabled
This occurs also when you add a non geometric layer using the delimiter text (and I suppose with the open vector dialog)
Associated revisions
Non spatial layers do not have a CRS - API changes only, needs UI change
Refs #19689
Hide CRS group box in vector properties for non-spatial layers
Fixes #19689
History
#1 Updated by Harrissou Santanna over 6 years ago
- Regression? set to No
- Crashes QGIS or corrupts data set to No
- Affected QGIS version set to 3.3(master)
- Tracker changed from Feature request to Bug report
#2 Updated by Nyall Dawson about 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|5ba52e36e7c13c1a45720b4d9a92e2c302e016d6.
#3 Updated by Giovanni Manghi about 6 years ago
- Resolution set to fixed/implemented