| | |
| | | <Content Include="Sources\logo.png" /> |
| | | <Content Include="Sources\render.py" /> |
| | | <Content Include="export.html" /> |
| | | <Content Include="Sources\说æ.txt" /> |
| | | <Content Include="up.html" /> |
| | | <Content Include="Web.config"> |
| | | <SubType>Designer</SubType> |
| | |
| | | <customproperties/> |
| | | </LayoutObject> |
| | | </LayoutItem> |
| | | <LayoutItem valign="128" positionLock="true" background="false" positionOnPage="212.337,195.29,mm" marginY="0" id="å
¬å¸" labelText="ä¸å½ç³æ²¹å¤©ç¶æ°ç®¡éå·¥ç¨æéå
¬å¸" itemRotation="0" visibility="1" frame="false" opacity="1" halign="4" templateUuid="{13528ba9-5ea4-45e3-b56e-a975eb046d54}" uuid="{13528ba9-5ea4-45e3-b56e-a975eb046d54}" marginX="0" type="65641" frameJoinStyle="miter" excludeFromExports="0" outlineWidthM="0.3,mm" position="212.337,195.29,mm" size="76.0244,9.39831,mm" groupUuid="" referencePoint="0" zValue="8" blendMode="0" htmlState="0"> |
| | | <LayoutItem valign="128" positionLock="true" background="false" positionOnPage="212.337,195.29,mm" marginY="0" id="å
¬å¸" labelText="ä¸å½ x x x x x å·¥ç¨æéå
¬å¸" itemRotation="0" visibility="1" frame="false" opacity="1" halign="4" templateUuid="{13528ba9-5ea4-45e3-b56e-a975eb046d54}" uuid="{13528ba9-5ea4-45e3-b56e-a975eb046d54}" marginX="0" type="65641" frameJoinStyle="miter" excludeFromExports="0" outlineWidthM="0.3,mm" position="212.337,195.29,mm" size="76.0244,9.39831,mm" groupUuid="" referencePoint="0" zValue="8" blendMode="0" htmlState="0"> |
| | | <FrameColor alpha="255" red="0" blue="0" green="0"/> |
| | | <BackgroundColor alpha="255" red="255" blue="255" green="255"/> |
| | | <LayoutObject> |
| | |
| | | python E:/terrait/TianJin/LFServer/QGIS/main.py |
| | | python E:/terrait/TianJin/LFServer/QGIS/render.py -qgz Test.qgz -qpt Test.qpt |
| | | |
| | | python E:/terrait/TianJin/ExportMap/ExportMap/Sources/render.py -qgz Test.qgz -qpt Template.qpt |
| | | python E:/terrait/TianJin/ExportMap/ExportMap/Sources/render.py -qgz Test.qgz -qpt Test.qpt |
| | | ================================================================================ |
| | | https://blog.csdn.net/qq_23034515/article/details/107643428 |
| | |
| | | string testXml = File.ReadAllText(testPath); |
| | | |
| | | String newTestXml = testXml.Replace("\"./", "\"" + path) |
| | | .Replace("ä¸å½ç³æ²¹å¤©ç¶æ°ç®¡éå·¥ç¨æéå
¬å¸", "ä¸å½ x x x x x å·¥ç¨æéå
¬å¸") |
| | | .Replace(" </customproperties>", appendStr); |
| | | File.WriteAllText(testPath, newTestXml); |
| | | |