Bug #5630
After specifying a Target SRID with drag and drop, QGIS still opens the CRS dialog
| Status: | New | Start Date: | 05/23/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | DBManager | |||
| Target version: | - | |||
| Platform: | Patch supplied: | No | ||
| Platform version: | Affected version: | master | ||
| Status info: | Causes crash or corruption: | No | ||
| Resolution: |
Description
When dropping a .shp file into a PG connection, we can specify a Target SRID. However, after pressing OK, the Coordinate Reference System Selector dialog still opens. This should be unnecessary if a valid SRID has been input.
Another typo note: if a non integer is input, the following error message is displayed:
Invalid target srid: must be and integer
Should read
Invalid target srid: must be an integer
History
Updated by Giuseppe Sucameli 12 months ago
To avoid QGis displays that dialog probably the only way is to disable the user option by code and re-enabling it after the layer CRS is set. I'll do further investigation.
About the typo, it was already fixed in QGis master.
BTW I'm going to align the version on my GH repo to the one on the QGis master branch.
Updated by Giovanni Manghi 4 months ago
- Project changed from 27 to Quantum GIS Desktop
- Affected version set to master
- Causes crash or corruption set to No
Updated by Giovanni Manghi 4 months ago
- Category set to DBManager