@@ -45,7 +45,7 @@ QgsComposerMap::QgsComposerMap( QgsComposition *composition, int x, int y, int w
45
45
mBottomGridAnnotationPosition( OutsideMapFrame ), mAnnotationFrameDistance( 1.0 ), mLeftGridAnnotationDirection( Horizontal ), mRightGridAnnotationDirection( Horizontal ),
46
46
mTopGridAnnotationDirection( Horizontal ), mBottomGridAnnotationDirection( Horizontal ), mGridFrameStyle( NoGridFrame ), mGridFrameWidth( 2.0 ),
47
47
mCrossLength( 3 ), mMapCanvas( 0 ), mDrawCanvasItems( true ),
48
- mAtlasMargin( 0.10 ), mAtlasFilenamePattern(" 'output_'||$feature" ), mAtlasCoverageLayer(0 )
48
+ mAtlasHideCoverage( false ), mAtlasFixedScale( false ), mAtlasMargin( 0.10 ), mAtlasFilenamePattern(" 'output_'||$feature" ), mAtlasCoverageLayer(0 ), mAtlasSingleFile( false )
49
49
{
50
50
mComposition = composition;
51
51
mOverviewFrameMapSymbol = 0 ;
@@ -87,7 +87,7 @@ QgsComposerMap::QgsComposerMap( QgsComposition *composition )
87
87
mBottomGridAnnotationPosition( OutsideMapFrame ), mAnnotationFrameDistance( 1.0 ), mLeftGridAnnotationDirection( Horizontal ), mRightGridAnnotationDirection( Horizontal ),
88
88
mTopGridAnnotationDirection( Horizontal ), mBottomGridAnnotationDirection( Horizontal ), mGridFrameStyle( NoGridFrame ), mGridFrameWidth( 2.0 ), mCrossLength( 3 ),
89
89
mMapCanvas( 0 ), mDrawCanvasItems( true ),
90
- mAtlasMargin( 0.10 ), mAtlasFilenamePattern(" 'output_'||$feature" ), mAtlasCoverageLayer(0 )
90
+ mAtlasHideCoverage( false ), mAtlasFixedScale( false ), mAtlasMargin( 0.10 ), mAtlasFilenamePattern(" 'output_'||$feature" ), mAtlasCoverageLayer(0 ), mAtlasSingleFile( false )
91
91
{
92
92
mOverviewFrameMapSymbol = 0 ;
93
93
createDefaultOverviewFrameSymbol ();
0 commit comments