Skip to content

Commit

Permalink
Make the default extent -1,-1,1,1 instead of 0,0,0,0 as this is a more
Browse files Browse the repository at this point in the history
useful default extent (one can actually use it to draw things, whereas
with 0,0,0,0 one needs to load some data to get a usable extent).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5672 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Aug 8, 2006
1 parent 1f49249 commit 9546a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/main.cpp
Expand Up @@ -231,7 +231,7 @@ int main(int argc, char *argv[])
QString mySnapshotFileName="";

// This behaviour will set initial extent of map canvas
QString myInitialExtent="";
QString myInitialExtent="-1,-1,1,1";

// This behaviour will allow you to force the use of a translation file
// which is useful for testing
Expand Down

0 comments on commit 9546a75

Please sign in to comment.