Bug report #238
Zoom to map fails on startup
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | |||
Category: | - | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 10297 |
Description
[QGIS-SVN recompiled from scratch today]
When loading a SHAPE file into QGIS, such as:
qgis italy_state_LL.shp
it no longer zooms to the map extent but it
remains at -1,-1:1,1. This isn't very intuitive
and must have been introduced recently.
Please re-enable the feature to show a map
after startup. However, when I first start
qgis, then load the map, it works (shows the
map immediately).
thanks,
Markus
History
#1
Updated by Gavin Macaulay - over 18 years ago
My fault. Will fix soon.
#2
Updated by Gavin Macaulay - over 18 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in svn fce66036 (SVN r5704).
If there are no command line arguments, the extent is -1,-1,1,1, but if there are, the extent is determined by the layers loaded (as before).
#3 Updated by Anonymous over 15 years ago
Milestone Version 0.8 deleted