99 | | <PrintLayoutElementDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
100 | | xsi:noNamespaceSchemaLocation="Schema\PrintLayoutSchema-1.1.0.xsd"> |
101 | | <MapViewportDefinition> |
102 | | <Extents> |
103 | | … |
104 | | </Extents> |
105 | | … |
106 | | </MapViewportDefinition> |
| 99 | <PrintLayoutElementDefinition version="2.0.0" xsi:noNamespaceSchemaLocation="PrintLayoutDefinition-2.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 100 | <MapViewportDefinition elementType="MapViewportDefinition"> |
| 101 | <Name>Main Viewport</Name> |
| 102 | <References/> |
| 103 | <Description>The main map viewport in the print layout</Description> |
| 104 | <Units>inches</Units> |
| 105 | <Extent> |
| 106 | <Min> |
| 107 | <X>1.0</X> |
| 108 | <Y>1.0</Y> |
| 109 | <Z>0.0</Z> |
| 110 | </Min> |
| 111 | <Max> |
| 112 | <X>5.0</X> |
| 113 | <Y>5.0</Y> |
| 114 | <Z>0.0</Z> |
| 115 | </Max> |
| 116 | </Extent> |
| 117 | <ExtendedData1/> |
| 118 | <MapName>Sheboygan</MapName> |
| 119 | <VisibleLayerNames/> |
| 120 | <Locked>false</Locked> |
| 121 | <On>true</On> |
| 122 | <MapView> |
| 123 | <Center> |
| 124 | <X>0.0</X> |
| 125 | <Y>0.0</Y> |
| 126 | <Z>0.0</Z> |
| 127 | </Center> |
| 128 | <Height>180.0</Height> |
| 129 | <Rotation>0.0</Rotation> |
| 130 | <ViewDirection> |
| 131 | <X>0.0</X> |
| 132 | <Y>0.0</Y> |
| 133 | <Z>0.0</Z> |
| 134 | </ViewDirection> |
| 135 | <ModelUnits/> |
| 136 | <ExtendedData1/> |
| 137 | </MapView> |
| 138 | </MapViewportDefinition> |