Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[browser] Fix addition of PostGIS layers with unknown CRS
When a PostGIS table does not have CRS specified (srid == 0) then it was not possible to correctly load it from browser (but it worked from DB manager). The problem was that browser item used negative srid in layer URI, messing up everything. Also fixed the display of srid in tooltip (it says "unknown" rather than showing -2147483648) (cherry picked from commit 6c79fff)
- Loading branch information