Skip to content

Commit 179be5a

Browse files
committedJan 5, 2019
Add atlas to test project
1 parent 10cbad7 commit 179be5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tests/testdata/qgis_server_accesscontrol/project.qgs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,7 @@ def my_form_open(dialog, layer, feature):
34383438
<Annotations/>
34393439
<Layouts>
34403440
<Layout worldFileMap="" name="layoutA4" units="mm" printResolution="300">
3441+
<Atlas enabled="1" coverageLayer="country20131022151106556" pageNameExpression="" sortFeatures="0" filterFeatures="0" coverageLayerProvider="spatialite" filenamePattern="'output_'||@atlas_featurenumber" coverageLayerSource="dbname='./helloworld.db' table=&quot;country&quot; (geom) sql=" coverageLayerName="Country" hideCoverage="0"/>
34413442
<Snapper tolerance="5" snapToGuides="1" snapToGrid="0" snapToItems="1"/>
34423443
<Grid offsetX="0" offsetUnits="mm" resolution="10" resUnits="mm" offsetY="0"/>
34433444
<PageCollection>
@@ -3582,7 +3583,7 @@ def my_form_open(dialog, layer, feature):
35823583
</markerStyle>
35833584
<annotationFontProperties description=",11,-1,5,50,0,0,0,0,0" style=""/>
35843585
</ComposerMapGrid>
3585-
<AtlasMap atlasDriven="0" margin="0.10000000000000001" scalingMode="2"/>
3586+
<AtlasMap atlasDriven="1" margin="0.10000000000000001" scalingMode="2"/>
35863587
</LayoutItem>
35873588
<LayoutItem size="64.3016,11.0626,mm" frame="false" frameJoinStyle="miter" position="213.302,161.791,mm" itemRotation="0" referencePoint="0" opacity="1" positionLock="false" outlineWidthM="0.3,mm" marginX="1" halign="1" marginY="1" id="" uuid="{b3f8da1e-352d-4ea6-b8c1-c2464bfdd050}" blendMode="0" visibility="1" labelText="Welcome to our world...." positionOnPage="213.302,161.791,mm" groupUuid="" zValue="2" excludeFromExports="0" type="65641" valign="32" background="false" templateUuid="{b3f8da1e-352d-4ea6-b8c1-c2464bfdd050}" htmlState="0">
35883589
<FrameColor alpha="255" red="0" blue="0" green="0"/>

0 commit comments

Comments
 (0)
Please sign in to comment.