Skip to content
Permalink
Browse files
Make the default extent -1,-1,1,1 instead of 0,0,0,0 as this is a more
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.
@@ -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

0 comments on commit 9546a75

Please sign in to comment.