Просмотр исходного кода

Update .gitignore to track plugin folder

Gogs 7 месяцев назад
Родитель
Сommit
6b578c6d99
100 измененных файлов с 10207 добавлено и 2 удалено
  1. 4 2
      .gitignore
  2. 0 0
      QGIS/QGIS3.ini
  3. 8 0
      python/plugins/.idea/.gitignore
  4. 19 0
      python/plugins/.idea/inspectionProfiles/Project_Default.xml
  5. 6 0
      python/plugins/.idea/inspectionProfiles/profiles_settings.xml
  6. 4 0
      python/plugins/.idea/misc.xml
  7. 8 0
      python/plugins/.idea/modules.xml
  8. 12 0
      python/plugins/.idea/plugins.iml
  9. 6 0
      python/plugins/.idea/vcs.xml
  10. 30 0
      python/plugins/DigitizingTools/__init__.py
  11. BIN
      python/plugins/DigitizingTools/__pycache__/__init__.cpython-312.pyc
  12. BIN
      python/plugins/DigitizingTools/__pycache__/digitizingtools.cpython-312.pyc
  13. BIN
      python/plugins/DigitizingTools/__pycache__/dtDialog.cpython-312.pyc
  14. BIN
      python/plugins/DigitizingTools/digitizingtools.png
  15. 128 0
      python/plugins/DigitizingTools/digitizingtools.py
  16. 100 0
      python/plugins/DigitizingTools/dtDialog.py
  17. BIN
      python/plugins/DigitizingTools/i18n/digitizingtools_de.qm
  18. 568 0
      python/plugins/DigitizingTools/i18n/digitizingtools_de.ts
  19. BIN
      python/plugins/DigitizingTools/i18n/digitizingtools_fr.qm
  20. 580 0
      python/plugins/DigitizingTools/i18n/digitizingtools_fr.ts
  21. BIN
      python/plugins/DigitizingTools/i18n/digitizingtools_pt.qm
  22. 507 0
      python/plugins/DigitizingTools/i18n/digitizingtools_pt.ts
  23. 339 0
      python/plugins/DigitizingTools/license.txt
  24. 41 0
      python/plugins/DigitizingTools/metadata.txt
  25. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtToolsDialog.cpython-312.pyc
  26. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dt_icons_rc.cpython-312.pyc
  27. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtclipper.cpython-312.pyc
  28. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtcutter.cpython-312.pyc
  29. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtexchangegeometry.cpython-312.pyc
  30. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtextractpart.cpython-312.pyc
  31. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtfillgap.cpython-312.pyc
  32. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtfillring.cpython-312.pyc
  33. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtflipline.cpython-312.pyc
  34. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmedianline.cpython-312.pyc
  35. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmedianlinetool.cpython-312.pyc
  36. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmerge.cpython-312.pyc
  37. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmovenodebyarea.cpython-312.pyc
  38. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmovenodebyarea_dialog.cpython-312.pyc
  39. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebyarea.cpython-312.pyc
  40. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebyarea_dialog.cpython-312.pyc
  41. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebydistance.cpython-312.pyc
  42. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebydistance_dialog.cpython-312.pyc
  43. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtsplitfeature.cpython-312.pyc
  44. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtsplitmultipart.cpython-312.pyc
  45. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dttools.cpython-312.pyc
  46. BIN
      python/plugins/DigitizingTools/tools/__pycache__/dtutils.cpython-312.pyc
  47. 75 0
      python/plugins/DigitizingTools/tools/dtToolsDialog.py
  48. 2191 0
      python/plugins/DigitizingTools/tools/dt_icons_rc.py
  49. 110 0
      python/plugins/DigitizingTools/tools/dtclipper.py
  50. 147 0
      python/plugins/DigitizingTools/tools/dtcutter.py
  51. 66 0
      python/plugins/DigitizingTools/tools/dtexchangegeometry.py
  52. 61 0
      python/plugins/DigitizingTools/tools/dtextractpart.py
  53. 135 0
      python/plugins/DigitizingTools/tools/dtfillgap.py
  54. 99 0
      python/plugins/DigitizingTools/tools/dtfillring.py
  55. 95 0
      python/plugins/DigitizingTools/tools/dtflipline.py
  56. 275 0
      python/plugins/DigitizingTools/tools/dtmedianline.py
  57. 130 0
      python/plugins/DigitizingTools/tools/dtmedianlinetool.py
  58. 126 0
      python/plugins/DigitizingTools/tools/dtmerge.py
  59. 267 0
      python/plugins/DigitizingTools/tools/dtmovenodebyarea.py
  60. 50 0
      python/plugins/DigitizingTools/tools/dtmovenodebyarea_dialog.py
  61. 420 0
      python/plugins/DigitizingTools/tools/dtmovesidebyarea.py
  62. 61 0
      python/plugins/DigitizingTools/tools/dtmovesidebyarea_dialog.py
  63. 204 0
      python/plugins/DigitizingTools/tools/dtmovesidebydistance.py
  64. 45 0
      python/plugins/DigitizingTools/tools/dtmovesidebydistance_dialog.py
  65. 194 0
      python/plugins/DigitizingTools/tools/dtsplitfeature.py
  66. 73 0
      python/plugins/DigitizingTools/tools/dtsplitmultipart.py
  67. 1274 0
      python/plugins/DigitizingTools/tools/dttools.py
  68. 301 0
      python/plugins/DigitizingTools/tools/dtutils.py
  69. 41 0
      python/plugins/DigitizingTools/tools/ui_dtchooseremaining.ui
  70. 146 0
      python/plugins/DigitizingTools/tools/ui_dtmovenodebyarea.ui
  71. 191 0
      python/plugins/DigitizingTools/tools/ui_dtmovesidebyarea.ui
  72. 96 0
      python/plugins/DigitizingTools/tools/ui_dtmovesidebydistance.ui
  73. 81 0
      python/plugins/DigitizingTools/ui_about.ui
  74. 84 0
      python/plugins/DigitizingTools/ui_dtcutter.ui
  75. 12 0
      python/plugins/FileManage/.idea/FileManage.iml
  76. 6 0
      python/plugins/FileManage/.idea/inspectionProfiles/profiles_settings.xml
  77. 7 0
      python/plugins/FileManage/.idea/misc.xml
  78. 8 0
      python/plugins/FileManage/.idea/modules.xml
  79. 77 0
      python/plugins/FileManage/.idea/workspace.xml
  80. 674 0
      python/plugins/FileManage/LICENSE
  81. 3 0
      python/plugins/FileManage/README.md
  82. 6 0
      python/plugins/FileManage/__init__.py
  83. BIN
      python/plugins/FileManage/__pycache__/__init__.cpython-312.pyc
  84. BIN
      python/plugins/FileManage/__pycache__/plugin.cpython-312.pyc
  85. 5 0
      python/plugins/FileManage/images/add_map.svg
  86. 3 0
      python/plugins/FileManage/images/earth.svg
  87. 6 0
      python/plugins/FileManage/images/fitzoom.svg
  88. 0 0
      python/plugins/FileManage/images/ftp.svg
  89. BIN
      python/plugins/FileManage/images/icon.png
  90. 0 0
      python/plugins/FileManage/images/map_icons/ESRI.webp
  91. 0 0
      python/plugins/FileManage/images/map_icons/amap.svg
  92. 0 0
      python/plugins/FileManage/images/map_icons/default.svg
  93. 0 0
      python/plugins/FileManage/images/map_icons/googlemap_default.png
  94. 0 0
      python/plugins/FileManage/images/map_icons/googlemap_satellite.png
  95. 0 0
      python/plugins/FileManage/images/map_icons/googlemap_terrain.png
  96. 0 0
      python/plugins/FileManage/images/map_icons/osm.webp
  97. 0 0
      python/plugins/FileManage/images/map_icons/stamen_terrain.webp
  98. 0 0
      python/plugins/FileManage/images/map_icons/stamen_toner.webp
  99. 0 0
      python/plugins/FileManage/images/map_icons/stamen_watercolor.webp
  100. 2 0
      python/plugins/FileManage/images/map_tianditu.svg

+ 4 - 2
.gitignore

@@ -1,9 +1,11 @@
 # 忽略所有文件
 *
 
-# 例外:允许以下目录被追踪(保留原有结构)
+# 允许 python 目录
 !python/
 !python/plugins/
-!python/plugins/ResourceTree/**
+!python/plugins/**
 
+# 允许 QGIS 目录
+!QGIS/
 !QGIS/**

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
QGIS/QGIS3.ini


+ 8 - 0
python/plugins/.idea/.gitignore

@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml

+ 19 - 0
python/plugins/.idea/inspectionProfiles/Project_Default.xml

@@ -0,0 +1,19 @@
+<component name="InspectionProjectProfileManager">
+  <profile version="1.0">
+    <option name="myName" value="Project Default" />
+    <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
+      <option name="ignoredErrors">
+        <list>
+          <option value="E222" />
+        </list>
+      </option>
+    </inspection_tool>
+    <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
+      <option name="ignoredIdentifiers">
+        <list>
+          <option value="win32api" />
+        </list>
+      </option>
+    </inspection_tool>
+  </profile>
+</component>

+ 6 - 0
python/plugins/.idea/inspectionProfiles/profiles_settings.xml

@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+  <settings>
+    <option name="USE_PROJECT_PROFILE" value="false" />
+    <version value="1.0" />
+  </settings>
+</component>

+ 4 - 0
python/plugins/.idea/misc.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectRootManager" version="2" project-jdk-name="qgis" project-jdk-type="Python SDK" />
+</project>

+ 8 - 0
python/plugins/.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/plugins.iml" filepath="$PROJECT_DIR$/.idea/plugins.iml" />
+    </modules>
+  </component>
+</project>

+ 12 - 0
python/plugins/.idea/plugins.iml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="jdk" jdkName="qgis" jdkType="Python SDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+  <component name="PyDocumentationSettings">
+    <option name="format" value="PLAIN" />
+    <option name="myDocStringFormat" value="Plain" />
+  </component>
+</module>

+ 6 - 0
python/plugins/.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
+  </component>
+</project>

+ 30 - 0
python/plugins/DigitizingTools/__init__.py

@@ -0,0 +1,30 @@
+# -*- coding: utf-8 -*-
+"""
+/***************************************************************************
+ DigitizingTools
+ A QGIS plugin
+ Subsumes different tools useful during digitizing sessions
+                             -------------------
+        begin                : 2013-02-25
+        copyright          : (C) 2013 by Bernhard Ströbl
+        email                : bernhard.stroebl@jena.de
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+ This script initializes the plugin, making it known to QGIS.
+"""
+
+from __future__ import absolute_import
+
+def classFactory(iface):
+    # load RectOvalDigit class from file RectOvalDigit
+    from .digitizingtools import DigitizingTools
+    return DigitizingTools(iface)
+

BIN
python/plugins/DigitizingTools/__pycache__/__init__.cpython-312.pyc


BIN
python/plugins/DigitizingTools/__pycache__/digitizingtools.cpython-312.pyc


BIN
python/plugins/DigitizingTools/__pycache__/dtDialog.cpython-312.pyc


BIN
python/plugins/DigitizingTools/digitizingtools.png


+ 128 - 0
python/plugins/DigitizingTools/digitizingtools.py

@@ -0,0 +1,128 @@
+# -*- coding: utf-8 -*-
+"""
+/***************************************************************************
+ DigitizingTools
+ A QGIS plugin
+ Subsumes different tools useful during digitizing sessions
+ some code adopted/adapted from:
+ 'CadTools Plugin', Copyright (C) Stefan Ziegler
+                             -------------------
+        begin                : 2013-02-25
+        copyright          : (C) 2013 by Bernhard Ströbl
+        email                : bernhard.stroebl@jena.de
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+"""
+from __future__ import absolute_import
+from builtins import object
+# Import the PyQt and QGIS libraries
+from qgis.PyQt import QtCore, QtWidgets
+from qgis.core import *
+import os.path,  sys
+# Set up current path.
+currentPath = os.path.dirname( __file__ )
+sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/tools'))
+sys.path.append(os.path.abspath(os.path.dirname(__file__)))
+from .dtDialog import DigitizingToolsAbout
+
+#import the tools
+import dtsplitmultipart
+import dtcutter
+import dtclipper
+import dtfillring
+import dtfillgap
+import dtflipline
+import dtsplitfeature
+import dtmovenodebyarea
+import dtmovesidebydistance
+import dtmovesidebyarea
+import dtmedianline
+import dtextractpart
+import dtmerge
+import dtexchangegeometry
+
+class DigitizingTools(object):
+    """Main class for the plugin"""
+    def __init__(self, iface):
+        # Save reference to the QGIS interface
+        self.iface = iface
+        # initialize plugin directory
+        self.plugin_dir = QtCore.QFileInfo(QgsApplication.qgisUserDatabaseFilePath()).path() + "/python/plugins/DigitizingTools"
+        # initialize locale
+        QgsMessageLog.logMessage("dir = " + self.plugin_dir)
+        localePath = ""
+
+        try:
+            locale = QtCore.QSettings().value("locale/userLocale", "en",  type=str)[0:2]
+        except:
+            locale = "en"
+
+        if QtCore.QFileInfo(self.plugin_dir).exists():
+            localePath = self.plugin_dir + "/i18n/digitizingtools_" + locale + ".qm"
+
+        if QtCore.QFileInfo(localePath).exists():
+            self.translator = QtCore.QTranslator()
+            self.translator.load(localePath)
+            QtCore.QCoreApplication.installTranslator(self.translator)
+
+    def initGui(self):
+        """Customize QGIS' GUI"""
+        #. Add toolbar
+        self.toolBar = self.iface.addToolBar("DigitizingTools")
+        self.toolBar.setObjectName("DigitizingTools")
+
+        #. Add a menu
+        self.menuLabel = QtWidgets.QApplication.translate( "DigitizingTools","&DigitizingTools" )
+        self.digitizingtools_help = QtWidgets.QAction( QtWidgets.QApplication.translate("DigitizingTools", "Help" ), self.iface.mainWindow() )
+        self.digitizingtools_about = QtWidgets.QAction( QtWidgets.QApplication.translate("DigitizingTools", "About" ), self.iface.mainWindow() )
+        self.digitizingtools_about.setObjectName("DtAbout")
+        self.digitizingtools_settings = QtWidgets.QAction( QtWidgets.QApplication.translate("DigitizingTools", "Settings" ), self.iface.mainWindow() )
+
+        self.iface.addPluginToMenu(self.menuLabel, self.digitizingtools_about)
+
+        #. Add the tools
+        self.multiPartSplitter = dtsplitmultipart.DtSplitMultiPartTool(self.iface, self.toolBar)
+        self.partExtractor = dtextractpart.DtExtractPartTool(self.iface, self.toolBar)
+        self.splitfeature = dtsplitfeature.DtSplitFeature(self.iface, self.toolBar)
+        self.merger = dtmerge.DtMerge(self.iface, self.toolBar)
+        self.exchangeGeometry = dtexchangegeometry.DtExchangeGeometry(self.iface, self.toolBar)
+        self.cutter = dtcutter.DtCutWithPolygon(self.iface, self.toolBar)
+        self.clipper = dtclipper.DtClipWithPolygon(self.iface, self.toolBar)
+        self.ringFiller = dtfillring.DtFillRing(self.iface, self.toolBar)
+        self.gapFiller = dtfillgap.DtFillGap(self.iface, self.toolBar)
+        self.gapFillerAll = dtfillgap.DtFillGapAllLayers(self.iface, self.toolBar)
+        self.flipLine = dtflipline.DtFlipLine(self.iface,  self.toolBar)
+        self.moveNodeByArea = dtmovenodebyarea.DtMoveNodeByArea(self.iface, self.toolBar)
+        self.moveSideByDistance = dtmovesidebydistance.DtMoveSideByDistance(self.iface, self.toolBar)
+        self.moveSideByArea = dtmovesidebyarea.DtMoveSideByArea(self.iface, self.toolBar)
+        self.medianLine = dtmedianline.DtMedianLine(self.iface, self.toolBar)
+
+        self.digitizingtools_about.triggered.connect(self.doAbout)
+        #QObject.connect( self.digitizingtools_help, SIGNAL("triggered()"), self.doHelp )
+        #QObject.connect( self.digitizingtools_settings, SIGNAL("triggered()"), self.doSettings )
+
+
+    def doAbout(self):
+        d = DigitizingToolsAbout(self.iface)
+        d.exec_()
+
+    def doHelp(self):
+        webbrowser.open(currentPath + "/help/build/html/intro.html")
+
+    def doSettings(self):
+        settings = CadToolsSettingsGui(self.iface.mainWindow())
+        settings.show()
+
+    def unload(self):
+        # remove toolbar and menu
+        del self.toolBar
+        self.iface.removePluginMenu(self.menuLabel, self.digitizingtools_about)
+

+ 100 - 0
python/plugins/DigitizingTools/dtDialog.py

@@ -0,0 +1,100 @@
+# -*- coding: utf-8 -*-
+"""
+/***************************************************************************
+ DigitizingTools
+ A QGIS plugin
+ Subsumes different tools useful during digitizing sessions
+                             -------------------
+        begin                : 2013-02-25
+        copyright          : (C) 2013 by Bernhard Ströbl
+        email                : bernhard.stroebl@jena.de
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+"""
+
+from qgis.PyQt import QtWidgets, QtCore, uic
+import os
+from dtutils import dtGetVectorLayersByType
+
+ABOUT_CLASS, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'ui_about.ui'))
+
+CUTTER_CLASS, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'ui_dtcutter.ui'))
+
+class DigitizingToolsAbout(QtWidgets.QDialog, ABOUT_CLASS):
+    def __init__(self, iface):
+        QtWidgets.QDialog.__init__(self)
+        self.setupUi(self)
+        # keep reference to QGIS interface
+        self.iface = iface
+
+        aboutText = QtCore.QCoreApplication.translate("dtAbout", "Subsumes different tools useful during digitizing sessions")
+        aboutText += "\n\n"
+        aboutText += QtCore.QCoreApplication.translate("dtAbout", "List of Contributors:")
+        aboutText +="\n"
+        aboutText += "Sandra Lopes (Portugese translation)"
+        aboutText +="\n"
+        aboutText += "Alexandre Neto"
+        aboutText += "\n"
+        aboutText += "Jean-Cyrille Notter (French translation)"
+        aboutText += "\n"
+        aboutText += u"Bernhard Ströbl"
+        aboutText += "\n"
+        aboutText += u"Angelos Tzotsos"
+        aboutText += "\n\n"
+        aboutText += u"DigitizingTools is copyright (C) 2013 Bernhard Ströbl bernhard.stroebl[at]jena.de\n\n"
+        aboutText += u"Licensed under the terms of the GNU GPL V 2:\n"
+        aboutText += u"This program is free software; you can redistribute it and/or modify it under the"
+        aboutText += " terms of the GNU General Public License as published by the Free Software Foundation;"
+        aboutText += " either version 2 of the License, or (at your option) any later version."
+        #QtGui.QMessageBox.information(None, "", aboutText)
+        self.textArea.setPlainText(aboutText)
+
+class DtChooseCutterLayer(QtWidgets.QDialog, CUTTER_CLASS):
+    def __init__(self, iface, isPolygonLayer, lastChoice):
+        QtWidgets.QDialog.__init__(self)
+        self.setupUi(self)
+        # keep reference to QGIS interface
+        self.iface = iface
+        self.isPolygonLayer = isPolygonLayer
+        self.setWindowTitle(QtCore.QCoreApplication.translate("dtCutterDialog",
+            "Choose Layer"))
+        self.lblCutter.setText(QtCore.QCoreApplication.translate("dtCutterDialog",
+            "cutter layer"))
+        self.chkCopy.setText(QtCore.QCoreApplication.translate("dtCutterDialog",
+            "add cutter polygon to edit layer"))
+        self.cutterLayer = lastChoice[0]
+        self.copyPoly = lastChoice[1]
+        self.initialize()
+
+    def initialize(self):
+        self.cbxLayer.clear()
+        layerList = dtGetVectorLayersByType(self.iface,  2,  False)
+
+        for keyValue, valueArray in list(layerList.items()):
+            self.cbxLayer.addItem(keyValue, valueArray)
+
+            if self.cutterLayer != None:
+                if self.cutterLayer.id() == valueArray[0]:
+                    self.cbxLayer.setCurrentText(keyValue)
+
+        if not self.isPolygonLayer:
+            self.chkCopy.setChecked(False)
+        else:
+            self.chkCopy.setChecked(self.copyPoly)
+
+        self.chkCopy.setEnabled(self.isPolygonLayer)
+
+    def accept(self):
+        self.cutterLayer = self.cbxLayer.currentData()[1]
+        self.copyPoly = self.chkCopy.isChecked()
+        self.done(1)

BIN
python/plugins/DigitizingTools/i18n/digitizingtools_de.qm


+ 568 - 0
python/plugins/DigitizingTools/i18n/digitizingtools_de.ts

@@ -0,0 +1,568 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="2.0" language="de_DE" sourcelanguage="en_GB">
+<context>
+    <name>DigitizingTools</name>
+    <message>
+        <location filename="../digitizingtools.py" line="84"/>
+        <source>&amp;DigitizingTools</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../digitizingtools.py" line="85"/>
+        <source>Help</source>
+        <translation>Hilfe</translation>
+    </message>
+    <message>
+        <location filename="../digitizingtools.py" line="86"/>
+        <source>About</source>
+        <translation>Über</translation>
+    </message>
+    <message>
+        <location filename="../digitizingtools.py" line="88"/>
+        <source>Settings</source>
+        <translation>Einstellungen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dttools.py" line="253"/>
+        <source>is disabled because layer CRS and project CRS do not match!</source>
+        <translation>wird deaktiviert weil das KBS des Layers und das KBS des Projektes nicht übereinstimmen!</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="96"/>
+        <source>The geometry type of the result is not valid in this layer!</source>
+        <translation>Der Geometrietyp des Ergebnissses ist in diesem Layer ungültig!</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveNodeByArea</name>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="14"/>
+        <source>Move Node By Area</source>
+        <translation>Stützpunkt durch Festlegen einer Zielfläche verschieben</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="22"/>
+        <source>Area of the selected polygon:</source>
+        <translation>Fläche des ausgewählten Polygons:</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="59"/>
+        <source>Target Area:</source>
+        <translation>Zielfläche:</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="103"/>
+        <source>Move Node</source>
+        <translation>Verschieben</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="110"/>
+        <source>Close</source>
+        <translation>Schließen</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveSideByArea</name>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="14"/>
+        <source>Parallel Move Side By Area</source>
+        <translation>Paralleles Verschieben einer Seite durch Festlegen einer Zielfläche</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="22"/>
+        <source>Area of the selected polygon:</source>
+        <translation>Fläche des ausgewählten Polygons:</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="59"/>
+        <source>Target Area:</source>
+        <translation>Zielfläche:</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="103"/>
+        <source>Move Side</source>
+        <translation>Verschieben</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="110"/>
+        <source>Close</source>
+        <translation>Schließen</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="149"/>
+        <source>Size of side to be moved:</source>
+        <translation>Größe der zu verschiebenden Seite ist:</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="156"/>
+        <source>Fixed</source>
+        <translation>fest</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="166"/>
+        <source>Variable</source>
+        <translation>variabel</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveSideByDistance</name>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="14"/>
+        <source>Move Side By Distance</source>
+        <translation>Verschieben einer Seite durch Festlegen einer Entfernung</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="22"/>
+        <source>Move Distance:</source>
+        <translation>Entfernung:</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="66"/>
+        <source>Move Side</source>
+        <translation>Verschieben</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="73"/>
+        <source>Close</source>
+        <translation>Schließen</translation>
+    </message>
+</context>
+<context>
+    <name>about</name>
+    <message>
+        <location filename="../ui_about.ui" line="14"/>
+        <source>About</source>
+        <translation>Über</translation>
+    </message>
+    <message>
+        <location filename="../ui_about.ui" line="23"/>
+        <source>DigitizingTools</source>
+        <translation></translation>
+    </message>
+</context>
+<context>
+    <name>digitizingtools</name>
+    <message>
+        <location filename="../tools/dtutils.py" line="127"/>
+        <source>No Selection in layer</source>
+        <translation>Keine Auswahl in Layer</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="128"/>
+        <source>Use all features for process?</source>
+        <translation>Alle Objekte zum Prozessieren benutzen?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="133"/>
+        <source>There are </source>
+        <translation>Es gibt </translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="135"/>
+        <source> features selected in layer </source>
+        <translation> gewählte Objekte im Layer </translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="140"/>
+        <source>There are invalid geometries in layer </source>
+        <translation>Es gibt ungültige Geometrien im Layer </translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="153"/>
+        <source>Snap Tolerance</source>
+        <translation>Fangtoleranz</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="154"/>
+        <source>Could not snap vertex</source>
+        <translation>Konnte keinen Stützpunkt fangen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="156"/>
+        <source>Have you set the tolerance in Settings &gt; Snapping Options?</source>
+        <translation>Haben Sie die Toleranz in Einstellungen &gt; Fangoptionen eingetragen?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="166"/>
+        <source>Error occured during</source>
+        <translation>Während dieses Prozesses trat ein Fehler auf</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="39"/>
+        <source>Cutter</source>
+        <translation>Stanze</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="108"/>
+        <source>A feature would be completely removed by cutting. Delete this feature&apos;s dataset altogether?</source>
+        <translation>Durch das Ausstanzen würde ein Objekt komplett entfernt werden. Soll der Datensatz dieses Objektes gelöscht werden?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="102"/>
+        <source>splitting of feature</source>
+        <translation>Objekt aufteilen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="45"/>
+        <source>Move polygon node (along a side) to achieve target area</source>
+        <translation>Stützpunkt (entlang einer Seite) so verschieben, dass eine Zielfläche erreicht wird</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="81"/>
+        <source>Move polygon node by area</source>
+        <translation>Stützpunkt durch Festlegen einer Zielfläche verschieben</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="82"/>
+        <source>Please select one polygon to edit.</source>
+        <translation>Bitte wählen Sie das Polygon aus, das bearbeitet werden soll.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="84"/>
+        <source>Please select only one polygon to edit.</source>
+        <translation>Bitte wählen Sie nur ein Polygon aus.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="143"/>
+        <source>Cancel</source>
+        <translation>Abbrechen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="135"/>
+        <source>Target Area not valid.</source>
+        <translation>Die Zielfläche ist ungültig.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="138"/>
+        <source>Not enough vertices selected.</source>
+        <translation>Sie haben nicht genug Knoten ausgewählt.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="145"/>
+        <source>Selected vertices should be consecutive on the selected polygon.</source>
+        <translation>Die ausgewählten Knoten müssen einander benachbart sein.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="160"/>
+        <source>Vertices not on the selected polygon.</source>
+        <translation>Die ausgewählten Knoten gehören nicht zum ausgewählten Polygon.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="47"/>
+        <source>Parallel move of polygon side to given distance</source>
+        <translation>Paralleles Verschieben einer Seite durch Festlegen einer Entfernung</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="81"/>
+        <source>Move polygon side by distance</source>
+        <translation>Verschieben einer Seite durch Festlegen einer Entfernung</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="136"/>
+        <source>Target Distance not valid.</source>
+        <translation>Die Entfernung ist ungültig.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="139"/>
+        <source>Polygon side not selected.</source>
+        <translation>Sie haben keine Polygonseite ausgewählt.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="143"/>
+        <source>Selected segment should be on the selected polygon.</source>
+        <translation>Das ausgewählte Segment muß auf dem ausgewählten Polygon liegen.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="46"/>
+        <source>Parallel move of polygon side to target area</source>
+        <translation>Paralleles Verschieben einer Seite durch Festlegen einer Zielfläche</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="79"/>
+        <source>Move polygon side by area</source>
+        <translation>Verschieben einer Seite durch Festlegen einer Zielfläche</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="39"/>
+        <source>Fill gap</source>
+        <translation>Riss fluten</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="66"/>
+        <source>There are no gaps between the polygons.</source>
+        <translation>Zwischen den ausgewählten Objekten gibt es keine Risse.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="32"/>
+        <source>Split selected multi-part features to single part</source>
+        <translation>ausgewählte Multigeometrien in Einfachgeometrien aufteilen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="28"/>
+        <source>Flip selected lines</source>
+        <translation>Richtung der ausgewählten Linien umdrehen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="32"/>
+        <source>Split multi-part feature to single part (interactive mode)</source>
+        <translation>Multigeometrie in Einfachgeometrien aufteilen (interaktiv)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="28"/>
+        <source>Flip line (interactive mode)</source>
+        <translation>Richtung der Linie umdrehen (interaktiv)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="28"/>
+        <source>Fill ring with a new feature (interactive mode)</source>
+        <translation>Ring mit einem neuen Objekt füllen (interaktiv)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="28"/>
+        <source>Fill all rings in selected polygons with new features</source>
+        <translation>Alle Ringe in den ausgewählten Objekten mit neuen Objekten füllen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="29"/>
+        <source>Fill gap with a new feature (interactive mode)</source>
+        <translation>Riss mit einem neuen Objekt fluten (interaktiv)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="29"/>
+        <source>Fill all gaps between selected polygons with new features</source>
+        <translation>Alle Risse in den ausgewählten Objekten mit neuen Objekten fluten</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmedianline.py" line="45"/>
+        <source>Digitize median line between adjacent polygons</source>
+        <translation>Mittellinie zwischen zwei benachbarten Polygonen erzeugen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmedianline.py" line="86"/>
+        <source>Digitize median line</source>
+        <translation>Mittellinie erzeugen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmedianline.py" line="94"/>
+        <source>Please clear selection.</source>
+        <translation>Bitte löschen Sie die Auswahl.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="28"/>
+        <source>Clip with polygon (interactive)</source>
+        <translation>Mit einem Polygon ausschneiden (interaktiv)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="28"/>
+        <source>Clip with selected polygons</source>
+        <translation>Mit den ausgewählten Polygonen ausschneiden</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="40"/>
+        <source>Clipper</source>
+        <translation>Ausschneiden</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="107"/>
+        <source>Fill gap between polygons of all visible layers with a new feature</source>
+        <translation>Riss zwischen Polygonen aller sichtbaren Layer mit einem neuen Objekt fluten</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtextractpart.py" line="29"/>
+        <source>Split off one part and add it as a new feature</source>
+        <translation>Teil abspalten und als neues Objekt einfügen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="32"/>
+        <source>Merge selected features</source>
+        <translation>Gewählte Objekte verschmelzen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="41"/>
+        <source>Merge</source>
+        <translation>Verschmelzen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtexchangegeometry.py" line="29"/>
+        <source>Exchange attributes between selected features</source>
+        <translation>Attribute zwischen gewählten Objekten vertauschen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="48"/>
+        <source>Split Features</source>
+        <translation>Objekte zerteilen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="127"/>
+        <source>Split Multipart Feature</source>
+        <translation>Multiobjekt zerteilen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="127"/>
+        <source>Create new feature from this part?</source>
+        <translation>Diesen Teil als neues Objekt erzeugen?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtToolsDialog.py" line="42"/>
+        <source>Choose which already existing feature should remain</source>
+        <translation>Wählen Sie das bereits existierende Objekt, das übrigbleiben soll</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="148"/>
+        <source>Fix geometries before commiting changes.</source>
+        <translation>Reparieren Sie die Geometrien vor dem Speichern.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="81"/>
+        <source>An error occured during flipping</source>
+        <translation>Während des Umdrehens trat ein Fehler auf</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="126"/>
+        <source>New geometry</source>
+        <translation>Neue Geometrie</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="145"/>
+        <source>Geometry&apos;s type is not compatible with the following layer: </source>
+        <translation>Der Geometrietyp ist mit dem folgenden Layer nicht kompatibel: </translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="28"/>
+        <source>Cut with polygon (interactive)</source>
+        <translation>Mit einem Polygon ausstanzen (interaktiv)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="28"/>
+        <source>Cut with selected polygons</source>
+        <translation>Mit den ausgewählten Polygonen ausstanzen</translation>
+    </message>
+</context>
+<context>
+    <name>dtAbout</name>
+    <message>
+        <location filename="../dtDialog.py" line="40"/>
+        <source>Subsumes different tools useful during digitizing sessions</source>
+        <translation>Fasst verschiedene nützliche Digitalisierwerkzeuge zusammen</translation>
+    </message>
+    <message>
+        <location filename="../dtDialog.py" line="42"/>
+        <source>List of Contributors:</source>
+        <translation>Folgende Personen haben beigetragen:</translation>
+    </message>
+</context>
+<context>
+    <name>dtCutterDialog</name>
+    <message>
+        <location filename="../dtDialog.py" line="69"/>
+        <source>Choose Layer</source>
+        <translation>Layer wählen</translation>
+    </message>
+    <message>
+        <location filename="../dtDialog.py" line="71"/>
+        <source>cutter layer</source>
+        <translation>Ausstanzlayer</translation>
+    </message>
+    <message>
+        <location filename="../dtDialog.py" line="73"/>
+        <source>add cutter polygon to edit layer</source>
+        <translation>füge das Ausstanzpolygon dem Bearbeitungslayer hinzu</translation>
+    </message>
+</context>
+<context>
+    <name>dtutils</name>
+    <message>
+        <location filename="../tools/dtutils.py" line="116"/>
+        <source>Choose Layer</source>
+        <translation>Layer wählen</translation>
+    </message>
+</context>
+<context>
+    <name>editcommand</name>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="46"/>
+        <source>Split features</source>
+        <translation>Geometrien aufgeteilt</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="73"/>
+        <source>Cut Features</source>
+        <translation>Objekte ausgestanzt</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="150"/>
+        <source>Move Node By Area</source>
+        <translation>Stützpunkt durch Festlegen einer Zielfläche verschoben</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="149"/>
+        <source>Move Side By Distance</source>
+        <translation>Seite durch Festlegen einer Entfernung verschoben</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="40"/>
+        <source>Fill ring</source>
+        <translation>Ring gefüllt</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="73"/>
+        <source>Fill rings</source>
+        <translation>Ringe gefüllt</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="154"/>
+        <source>Move Side By Area</source>
+        <translation>Seite durch Festlegen einer Zielfläche verschoben</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="125"/>
+        <source>Fill gap</source>
+        <translation>Riss geflutet</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="77"/>
+        <source>Fill gaps</source>
+        <translation>Risse geflutet</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="44"/>
+        <source>Flip lines</source>
+        <translation>Richtung der Linien umgedreht</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="42"/>
+        <source>Flip line</source>
+        <translation>Richtung der Linie umgedreht</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="44"/>
+        <source>Split feature</source>
+        <translation>Geometrie aufgeteilt</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtextractpart.py" line="52"/>
+        <source>Extract part</source>
+        <translation>Teil extrahiert</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="69"/>
+        <source>Clip Features</source>
+        <translation>Objekte ausgeschnitten</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtexchangegeometry.py" line="44"/>
+        <source>Exchange attributes</source>
+        <translation>Attribute vertauscht</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="79"/>
+        <source>Merge Features</source>
+        <translation>Objekte verschmolzen</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="76"/>
+        <source>Features split</source>
+        <translation>Objekte geteilt</translation>
+    </message>
+</context>
+</TS>

BIN
python/plugins/DigitizingTools/i18n/digitizingtools_fr.qm


+ 580 - 0
python/plugins/DigitizingTools/i18n/digitizingtools_fr.ts

@@ -0,0 +1,580 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="2.0" language="fr" sourcelanguage="en_GB">
+<context>
+    <name>DigitizingTools</name>
+    <message>
+        <location filename="../digitizingtools.py" line="79"/>
+        <source>&amp;DigitizingTools</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../digitizingtools.py" line="80"/>
+        <source>Help</source>
+        <translation>Aide</translation>
+    </message>
+    <message>
+        <location filename="../digitizingtools.py" line="81"/>
+        <source>About</source>
+        <translation>A propos</translation>
+    </message>
+    <message>
+        <location filename="../digitizingtools.py" line="83"/>
+        <source>Settings</source>
+        <translation>Paramètres</translation>
+    </message>
+    <message>
+        <location filename="../tools/dttools.py" line="223"/>
+        <source>is disabled because layer CRS and project CRS do not match!</source>
+        <translation>Désactivé du fait que le SCR du projet et de la couche diffèrent !</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="70"/>
+        <source>The geometry type of the result is not valid in this layer!</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveNodeByArea</name>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="14"/>
+        <source>Move Node By Area</source>
+        <translation>Déplacer le noeud par zone</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="22"/>
+        <source>Area of the selected polygon:</source>
+        <translation>Région du polygone sélectionné :</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="59"/>
+        <source>Target Area:</source>
+        <translation>Espace cible :</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="103"/>
+        <source>Move Node</source>
+        <translation>Déplacer le noeud</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovenodebyarea.ui" line="110"/>
+        <source>Close</source>
+        <translation>Fermeture</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveSideByArea</name>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="14"/>
+        <source>Parallel Move Side By Area</source>
+        <translation>Déplacement parallèle d&apos;un côté par zone</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="22"/>
+        <source>Area of the selected polygon:</source>
+        <translation>Zone du polygone sélectionné :</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="59"/>
+        <source>Target Area:</source>
+        <translation>Espace cible :</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="103"/>
+        <source>Move Side</source>
+        <translation>Déplacer</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="110"/>
+        <source>Close</source>
+        <translation>Fermeture</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="149"/>
+        <source>Size of side to be moved:</source>
+        <translation>Taille du coté à déplacer :</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="156"/>
+        <source>Fixed</source>
+        <translation>Fixé</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebyarea.ui" line="166"/>
+        <source>Variable</source>
+        <translation>Variable</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveSideByDistance</name>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="14"/>
+        <source>Move Side By Distance</source>
+        <translation>Déplacer un coté en définissant une distance</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="22"/>
+        <source>Move Distance:</source>
+        <translation>Distance de déplacement :</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="66"/>
+        <source>Move Side</source>
+        <translation>Déplacer</translation>
+    </message>
+    <message>
+        <location filename="../tools/ui_dtmovesidebydistance.ui" line="73"/>
+        <source>Close</source>
+        <translation>Fermeture</translation>
+    </message>
+</context>
+<context>
+    <name>about</name>
+    <message>
+        <location filename="../ui_about.ui" line="14"/>
+        <source>About</source>
+        <translation>A propos</translation>
+    </message>
+    <message>
+        <location filename="../ui_about.ui" line="23"/>
+        <source>DigitizingTools</source>
+        <translation></translation>
+    </message>
+</context>
+<context>
+    <name>digitizingtools</name>
+    <message>
+        <location filename="../tools/dtcutter.py" line="28"/>
+        <source>Cut with polygon from another layer</source>
+        <translation>Découper avec un polygone d&apos;une autre couche</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="43"/>
+        <source>Please provide a polygon layer to cut with.</source>
+        <translation>S&apos;il vous plaît fournir une couche de polygones pour le découpage.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="40"/>
+        <source>cutter layer</source>
+        <translation>Couche de découpe</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="138"/>
+        <source>No Selection in layer</source>
+        <translation>Pas de sélection dans la couche</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="139"/>
+        <source>Use all features for process?</source>
+        <translation>Utiliser tous les objets pour le processus ?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="144"/>
+        <source>There are </source>
+        <translation>Voici</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="146"/>
+        <source> features selected in layer </source>
+        <translation> objets sélectionnés dans la couche</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="151"/>
+        <source>There are invalid geometries in layer </source>
+        <translation>Il ya des géométries non valides dans la couche</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="156"/>
+        <source>Snap Tolerance</source>
+        <translation>Tolérance d&apos;accrochage</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="157"/>
+        <source>Could not snap vertex</source>
+        <translation>Impossible de s&apos;accrocher à un sommet</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="159"/>
+        <source>Have you set the tolerance in Settings &gt; Snapping Options?</source>
+        <translation>Avez-vous entré la tolérance dans Paramètres&gt; Options d&apos;accrochage ?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtutils.py" line="171"/>
+        <source>Error occured during</source>
+        <translation>Au cours de ce processus une erreur s&apos;est produite</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="36"/>
+        <source>Cutter</source>
+        <translation>coupeur</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="123"/>
+        <source>A feature would be completely removed by cutting. Delete this feature&apos;s dataset altogether?</source>
+        <translation>Un objet pourrait être complètement éliminé par la coupe. Supprimer les données de cet objet en même temps ?</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="38"/>
+        <source>Splitter</source>
+        <translation>Séparateur</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="39"/>
+        <source>splitter layer</source>
+        <translation>Couche de découpage</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="42"/>
+        <source>Please provide a line layer to split with.</source>
+        <translation>S&apos;il vous plaît fournir une couche de ligne de découpage.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="92"/>
+        <source>splitting of feature</source>
+        <translation>Découpage de l&apos;objet</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="48"/>
+        <source>Move polygon node (along a side) to achieve target area</source>
+        <translation>Déplacer le nœud d&apos;un polygone (le long d&apos;un côté) pour atteindre la zone cible</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="84"/>
+        <source>Move polygon node by area</source>
+        <translation>Déplacez un noeud de polygone par secteur</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="85"/>
+        <source>Please select one polygon to edit.</source>
+        <translation>S&apos;il vous plaît sélectionner un polygone à modifier.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="87"/>
+        <source>Please select only one polygon to edit.</source>
+        <translation>Ne choisir qu&apos;un seul polygone à éditer SVP.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="146"/>
+        <source>Cancel</source>
+        <translation>Annuler</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="138"/>
+        <source>Target Area not valid.</source>
+        <translation>La zone cible n&apos;est pas valide.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="141"/>
+        <source>Not enough vertices selected.</source>
+        <translation>Vous n&apos;avez pas sélectionné suffisamment de noeuds (sommets).</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="148"/>
+        <source>Selected vertices should be consecutive on the selected polygon.</source>
+        <translation>Les noeuds sélectionnés doivent être adjacents au polygone sélectionné.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="163"/>
+        <source>Vertices not on the selected polygon.</source>
+        <translation>Les noeuds sélectionnés ne font pas partie du polygone sélectionné.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="49"/>
+        <source>Parallel move of polygon side to given distance</source>
+        <translation>Déplacer parallèlement un polygone selon une distance définie</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="83"/>
+        <source>Move polygon side by distance</source>
+        <translation>Déplacez un polygone en définissant une distance</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="138"/>
+        <source>Target Distance not valid.</source>
+        <translation>La distance définie n&apos;est pas valide.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="142"/>
+        <source>Polygon side not selected.</source>
+        <translation>Vous n&apos;avez pas sélectionné de côté au polygone.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="146"/>
+        <source>Selected segment should be on the selected polygon.</source>
+        <translation>Le segment sélectionné doit se trouver sur le polygone sélectionné.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="49"/>
+        <source>Parallel move of polygon side to target area</source>
+        <translation>Déplacement parallèle d&apos;un polygone en définissant une zone cible</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="82"/>
+        <source>Move polygon side by area</source>
+        <translation>Déplacer un côté de polygone par région</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="39"/>
+        <source>Fill gap</source>
+        <translation>Remplir un interstice</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="66"/>
+        <source>There are no gaps between the polygons.</source>
+        <translation>Entre les objets sélectionnés, il n&apos;y a pas d&apos;interstice.</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="32"/>
+        <source>Split selected multi-part features to single part</source>
+        <translation>Diviser des géométries multiples en des géométries simples</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="28"/>
+        <source>Flip selected lines</source>
+        <translation>Inverser les lignes sélectionnées</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="32"/>
+        <source>Split multi-part feature to single part (interactive mode)</source>
+        <translation>Diviser des géométries multiples en des géométries simples (mode interactif)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="28"/>
+        <source>Flip line (interactive mode)</source>
+        <translation>Inverser une ligne (mode interactif)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="28"/>
+        <source>Fill ring with a new feature (interactive mode)</source>
+        <translation>Remplir un trou avec un nouvel objet (mode interactif)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="28"/>
+        <source>Fill all rings in selected polygons with new features</source>
+        <translation>Remplir tous les trous avec de nouveaux objets (mode interactif)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="29"/>
+        <source>Fill gap with a new feature (interactive mode)</source>
+        <translation>Remplir un interstice avec un nouvel objet (mode interactif)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="29"/>
+        <source>Fill all gaps between selected polygons with new features</source>
+        <translation>Remplir tous les interstices avec de nouveux objets (mode interactif)</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="53"/>
+        <source> Please select only one feature to split with.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="57"/>
+        <source> Please select the features to be splitted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmedianline.py" line="42"/>
+        <source>Digitize median line between adjacent polygons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmedianline.py" line="85"/>
+        <source>Digitize median line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmedianline.py" line="93"/>
+        <source>Please clear selection.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="29"/>
+        <source>Split selected features with selected line from another layer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="28"/>
+        <source>Clip with polygon from another layer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="37"/>
+        <source>Clipper</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="40"/>
+        <source>clipper layer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="46"/>
+        <source>Please provide a polygon layer to clip with.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="62"/>
+        <source> Please select only one feature to clip with.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="108"/>
+        <source>Fill gap between polygons of all visible layers with a new feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtextractpart.py" line="29"/>
+        <source>Split off one part and add it as a new feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="30"/>
+        <source>Merge selected features</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="39"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="51"/>
+        <source>Choose which feature should remain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtexchangegeometry.py" line="29"/>
+        <source>Exchange attributes between selected features</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="46"/>
+        <source>Split Features</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="116"/>
+        <source>Split Multipart Feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="116"/>
+        <source>Create new feature from this part?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>dtAbout</name>
+    <message>
+        <location filename="../dtDialog.py" line="35"/>
+        <source>Subsumes different tools useful during digitizing sessions</source>
+        <translation>Inclut les différents outils utiles lors des séances de numérisation</translation>
+    </message>
+    <message>
+        <location filename="../dtDialog.py" line="37"/>
+        <source>List of Contributors:</source>
+        <translation>Liste des personnes qui  ont contribué :</translation>
+    </message>
+</context>
+<context>
+    <name>dtutils</name>
+    <message>
+        <location filename="../tools/dtutils.py" line="124"/>
+        <source>Choose Layer</source>
+        <translation>Choisir une couche</translation>
+    </message>
+</context>
+<context>
+    <name>editcommand</name>
+    <message>
+        <location filename="../tools/dtsplitter.py" line="67"/>
+        <source>Split features</source>
+        <translation>Diviser des géométries</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="85"/>
+        <source>Cut Features</source>
+        <translation>Couper des géométries</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtcutter.py" line="154"/>
+        <source>Delete Features</source>
+        <translation>Détruire des objets</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovenodebyarea.py" line="153"/>
+        <source>Move Node By Area</source>
+        <translation>Déplacer un noeud par zone</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebydistance.py" line="151"/>
+        <source>Move Side By Distance</source>
+        <translation>Déplacer un coté suivant une distance</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="40"/>
+        <source>Fill ring</source>
+        <translation>Remplir un trou</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillring.py" line="73"/>
+        <source>Fill rings</source>
+        <translation>Remplir les trous</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmovesidebyarea.py" line="157"/>
+        <source>Move Side By Area</source>
+        <translation>Déplacer un coté en définissant une surface cible</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="126"/>
+        <source>Fill gap</source>
+        <translation>Remplir un interstice</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtfillgap.py" line="78"/>
+        <source>Fill gaps</source>
+        <translation>Remplir les interstices</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="44"/>
+        <source>Flip lines</source>
+        <translation>Inverser les lignes</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtflipline.py" line="42"/>
+        <source>Flip line</source>
+        <translation>Inverser une  ligne</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitmultipart.py" line="44"/>
+        <source>Split feature</source>
+        <translation>Diviser un objet</translation>
+    </message>
+    <message>
+        <location filename="../tools/dtextractpart.py" line="52"/>
+        <source>Extract part</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtclipper.py" line="93"/>
+        <source>Clip Features</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtexchangegeometry.py" line="44"/>
+        <source>Exchange attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtmerge.py" line="57"/>
+        <source>Merge Features</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../tools/dtsplitfeature.py" line="66"/>
+        <source>Features split</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+</TS>

BIN
python/plugins/DigitizingTools/i18n/digitizingtools_pt.qm


+ 507 - 0
python/plugins/DigitizingTools/i18n/digitizingtools_pt.ts

@@ -0,0 +1,507 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pt_PT" sourcelanguage="en_GB">
+<context>
+    <name>DigitizingTools</name>
+    <message>
+        <location filename="digitizingtools.py" line="75"/>
+        <source>&amp;DigitizingTools</source>
+        <translation>&amp;Ferramentas de Digitalização</translation>
+    </message>
+    <message>
+        <location filename="digitizingtools.py" line="76"/>
+        <source>Help</source>
+        <translation>Ajuda</translation>
+    </message>
+    <message>
+        <location filename="digitizingtools.py" line="77"/>
+        <source>About</source>
+        <translation>Sobre</translation>
+    </message>
+    <message>
+        <location filename="digitizingtools.py" line="79"/>
+        <source>Settings</source>
+        <translation>Configurações</translation>
+    </message>
+    <message>
+        <location filename="tools/dttools.py" line="167"/>
+        <source>is disabled because layer CRS and project CRS do not match!</source>
+        <translation>está desativado porque o sistema de coordenadas da camada e do projecto não coincidem!</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveNodeByArea</name>
+    <message>
+        <location filename="tools/ui_dtmovenodebyarea.py" line="68"/>
+        <source>Move Node By Area</source>
+        <translation>Mover Nó por Área</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovenodebyarea.py" line="69"/>
+        <source>Area of the selected polygon:</source>
+        <translation>Área do polígono seleccionado:</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovenodebyarea.py" line="70"/>
+        <source>Target Area:</source>
+        <translation>Área Alvo:</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovenodebyarea.py" line="71"/>
+        <source>Move Node</source>
+        <translation>Mover Nó</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovenodebyarea.py" line="72"/>
+        <source>Close</source>
+        <translation>Fechar</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveSideByArea</name>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="86"/>
+        <source>Parallel Move Side By Area</source>
+        <translation>Movimento Paralelo de Lado por Área</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="87"/>
+        <source>Area of the selected polygon:</source>
+        <translation>Área do polígono seleccionado:</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="88"/>
+        <source>Target Area:</source>
+        <translation>Área Alvo:</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="89"/>
+        <source>Move Side</source>
+        <translation>Mover Lado</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="90"/>
+        <source>Close</source>
+        <translation>Fechar</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="91"/>
+        <source>Size of side to be moved:</source>
+        <translation>Tamanho do lado a mover:</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="92"/>
+        <source>Fixed</source>
+        <translation>Fixo</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebyarea.py" line="93"/>
+        <source>Variable</source>
+        <translation>Variável</translation>
+    </message>
+</context>
+<context>
+    <name>DtMoveSideByDistance</name>
+    <message>
+        <location filename="tools/ui_dtmovesidebydistance.py" line="53"/>
+        <source>Move Side By Distance</source>
+        <translation>Mover Lado por Distância</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebydistance.py" line="54"/>
+        <source>Move Distance:</source>
+        <translation>Distância do Movimento:</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebydistance.py" line="55"/>
+        <source>Move Side</source>
+        <translation>Mover Lado</translation>
+    </message>
+    <message>
+        <location filename="tools/ui_dtmovesidebydistance.py" line="56"/>
+        <source>Close</source>
+        <translation>Fechar</translation>
+    </message>
+</context>
+<context>
+    <name>about</name>
+    <message>
+        <location filename="ui_about.py" line="43"/>
+        <source>About</source>
+        <translation>Sobre</translation>
+    </message>
+    <message>
+        <location filename="ui_about.py" line="44"/>
+        <source>DigitizingTools</source>
+        <translation>Ferramentas de Digitalização</translation>
+    </message>
+</context>
+<context>
+    <name>digitizingtools</name>
+    <message>
+        <location filename="tools/dtcutter.py" line="28"/>
+        <source>Cut with polygon from another layer</source>
+        <translation>Cortar com polígono de uma outra camada</translation>
+    </message>
+    <message>
+        <location filename="tools/dtcutter.py" line="43"/>
+        <source>Please provide a polygon layer to cut with.</source>
+        <translation>Por favor fornecer uma camada de polígono para usar como corte.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtcutter.py" line="40"/>
+        <source>cutter layer</source>
+        <translation>Camada de corte</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="137"/>
+        <source>No Selection in layer</source>
+        <translation>Sem Seleção na camada</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="138"/>
+        <source>Use all features for process?</source>
+        <translation>Usar todos os elementos para o processo?</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="143"/>
+        <source>There are </source>
+        <translation>Existem </translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="145"/>
+        <source> features selected in layer </source>
+        <translation> elementos seleccionados na camada </translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="150"/>
+        <source>There are invalid geometries in layer </source>
+        <translation>Existem geometrias inválidas na camada </translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="163"/>
+        <source>Snap Tolerance</source>
+        <translation>Tolerância de Snap</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="164"/>
+        <source>Don&apos;t show this message again</source>
+        <translation>Não mostrar esta mensagem novamente</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="167"/>
+        <source>Could not snap vertex</source>
+        <translation>Não foi possível o snap ao vértice</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="167"/>
+        <source>Have you set the tolerance in Settings &gt; Snapping Options?</source>
+        <translation>Já definiu a tolerância em Configurações&gt; Opções de Snap?</translation>
+    </message>
+    <message>
+        <location filename="tools/dtutils.py" line="173"/>
+        <source>Error occured during</source>
+        <translation>Ocorreu um erro durante a</translation>
+    </message>
+    <message>
+        <location filename="tools/dtcutter.py" line="36"/>
+        <source>Cutter</source>
+        <translation>Cortador</translation>
+    </message>
+    <message>
+        <location filename="tools/dtcutter.py" line="92"/>
+        <source>A feature would be completely removed by cutting. Delete this feature&apos;s dataset altogether?</source>
+        <translation>Um elemento será completamente removido pelo corte. Apagar este conjunto de dados por completo?</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitter.py" line="29"/>
+        <source>Split selected features with selected line(s) from another layer</source>
+        <translation>Dividir elementos seleccionados com linha(s) seleccionadas noutra camada</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitter.py" line="38"/>
+        <source>Splitter</source>
+        <translation>Divisor</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitter.py" line="39"/>
+        <source>splitter layer</source>
+        <translation>camada de divisão</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitter.py" line="42"/>
+        <source>Please provide a line layer to split with.</source>
+        <translation>Por favor fornecer uma camada de linhas para usar na divisão.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitter.py" line="62"/>
+        <source>Please select the features to be splitted.</source>
+        <translation>Por favor seleccionar os elementos a serem divididos.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitter.py" line="94"/>
+        <source>splitting of feature</source>
+        <translation>divisão de elementos</translation>
+    </message>
+    <message>
+        <location filename="tools/dtprolongline.py" line="29"/>
+        <source>Prolong Line</source>
+        <translation>Prolongar Linha</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="48"/>
+        <source>Move polygon node (along a side) to achieve target area</source>
+        <translation>Mover nó do polígono (ao longo de um lado) para atingir a área alvo</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="84"/>
+        <source>Move polygon node by area</source>
+        <translation>Mover nó do polígono por área</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="87"/>
+        <source>Please select one polygon to edit.</source>
+        <translation>Por favor seleccionar um polígono para editar.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="89"/>
+        <source>Please select only one polygon to edit.</source>
+        <translation>Por favor seleccionar apenas um polígono para editar.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="163"/>
+        <source>Cancel</source>
+        <translation>Cancelar</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="137"/>
+        <source>Target Area not valid.</source>
+        <translation>Área Alvo não válida.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="141"/>
+        <source>Not enough vertices selected.</source>
+        <translation>Não foram seleccionados vértices suficientes.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="148"/>
+        <source>Selected vertices should be consecutive on the selected polygon.</source>
+        <translation>Os vértices seleccionados devem ser consecutivos no polígono seleccionado.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="163"/>
+        <source>Vertices not on the selected polygon.</source>
+        <translation>Os vértices não são no polígono seleccionado.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebydistance.py" line="49"/>
+        <source>Parallel move of polygon side to given distance</source>
+        <translation>Movimento paralelo de lado de polígono para uma dada distância</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebydistance.py" line="83"/>
+        <source>Move polygon side by distance</source>
+        <translation>Mover lado de polígono por distância</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebydistance.py" line="138"/>
+        <source>Target Distance not valid.</source>
+        <translation>Distância Alvo não válida.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebydistance.py" line="142"/>
+        <source>Polygon side not selected.</source>
+        <translation>Lado de polígono não seleccionado.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebydistance.py" line="146"/>
+        <source>Selected segment should be on the selected polygon.</source>
+        <translation>O segmento a seleccionar deve ser no polígono seleccionado.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebyarea.py" line="49"/>
+        <source>Parallel move of polygon side to target area</source>
+        <translation>Movimento paralelo de lado de polígono para área alvo</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebyarea.py" line="82"/>
+        <source>Move polygon side by area</source>
+        <translation>Mover lado de polígono por área</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="47"/>
+        <source>Fill gap</source>
+        <translation>Preencher lacuna</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="86"/>
+        <source>There are no gaps between the polygons.</source>
+        <translation>Não existem lacuna entre os polígonos.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="109"/>
+        <source>The selected gap is not closed.</source>
+        <translation>A lacuna seleccionada não está fechada.</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitmultipart.py" line="32"/>
+        <source>Split selected multi-part features to single part</source>
+        <translation>Dividir elementos multi-partes seleccionados em elementos de uma única parte</translation>
+    </message>
+    <message>
+        <location filename="tools/dtflipline.py" line="28"/>
+        <source>Flip selected lines</source>
+        <translation>Virar Linhas seleccionadas</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitmultipart.py" line="32"/>
+        <source>Split multi-part feature to single part (interactive mode)</source>
+        <translation>Dividir elementos multi-partes em elementos de uma única parte (modo interactivo)</translation>
+    </message>
+    <message>
+        <location filename="tools/dtflipline.py" line="28"/>
+        <source>Flip line (interactive mode)</source>
+        <translation>Virar Linhas (modo interactivo)</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillring.py" line="28"/>
+        <source>Fill ring with a new feature (interactive mode)</source>
+        <translation>Preencher anel com um novo elemento (modo interactivo)</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillring.py" line="28"/>
+        <source>Fill all rings in selected polygons with new features</source>
+        <translation>Preencher todos os anéis do polígono seleccionado com novos elementos</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="29"/>
+        <source>Fill gap with a new feature (interactive mode)</source>
+        <translation>Preencher lacuna com um novo elemento</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="29"/>
+        <source>Fill all gaps between selected polygons with new features</source>
+        <translation>Preencher todas as lacunas do polígono seleccionado com novos elementos</translation>
+    </message>
+    <message>
+        <location filename="tools/dtextractpart.py" line="29"/>
+        <source>Delete part and add it as a new feature</source>
+        <translation>Apagar parte e adiccioná-la como novo elemento</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmedianline.py" line="42"/>
+        <source>Digitize median line between adjacent polygons</source>
+        <translatorcomment>Digitaliza linha média</translatorcomment>
+        <translation>Digitaliza linha média entre polígonos adjacentes</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmedianline.py" line="85"/>
+        <source>Digitize median line</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="tools/dtmedianline.py" line="93"/>
+        <source>Please clear selection.</source>
+        <translation>Por favor limpes a selecção.</translation>
+    </message>
+</context>
+<context>
+    <name>dtAbout</name>
+    <message>
+        <location filename="dtDialog.py" line="35"/>
+        <source>Subsumes different tools useful during digitizing sessions</source>
+        <translation>Inclui diferentes ferramentas úteis durante sessões de digitalização</translation>
+    </message>
+    <message>
+        <location filename="dtDialog.py" line="37"/>
+        <source>List of Contributors:</source>
+        <translation>Lista de Contribuidores:</translation>
+    </message>
+</context>
+<context>
+    <name>dtutils</name>
+    <message>
+        <location filename="tools/dtutils.py" line="123"/>
+        <source>Choose Layer</source>
+        <translation>Escolher Camada</translation>
+    </message>
+</context>
+<context>
+    <name>editcommand</name>
+    <message>
+        <location filename="tools/dtsplitter.py" line="72"/>
+        <source>Split features</source>
+        <translation>Dividir Elementos</translation>
+    </message>
+    <message>
+        <location filename="tools/dtcutter.py" line="67"/>
+        <source>Cut Features</source>
+        <translation>Cortar Elementos</translation>
+    </message>
+    <message>
+        <location filename="tools/dtcutter.py" line="123"/>
+        <source>Delete Features</source>
+        <translation>Apagar Elementos</translation>
+    </message>
+    <message>
+        <location filename="tools/dtprolongline.py" line="54"/>
+        <source>Prolong Line</source>
+        <translation>Prolongar Linha</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovenodebyarea.py" line="153"/>
+        <source>Move Node By Area</source>
+        <translation>Mover Nó por Área</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebydistance.py" line="151"/>
+        <source>Move Side By Distance</source>
+        <translation>Mover Lado por Distância</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillring.py" line="55"/>
+        <source>Fill ring</source>
+        <translation>Preencher anel</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillring.py" line="79"/>
+        <source>Fill rings</source>
+        <translation>Preencher anéis</translation>
+    </message>
+    <message>
+        <location filename="tools/dtmovesidebyarea.py" line="157"/>
+        <source>Move Side By Area</source>
+        <translation>Mover Lado por Área</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="101"/>
+        <source>Fill gap</source>
+        <translation>Preencher lacuna</translation>
+    </message>
+    <message>
+        <location filename="tools/dtfillgap.py" line="118"/>
+        <source>Fill gaps</source>
+        <translation>Preencher lacunas</translation>
+    </message>
+    <message>
+        <location filename="tools/dtflipline.py" line="44"/>
+        <source>Flip lines</source>
+        <translation>Virar Linhas</translation>
+    </message>
+    <message>
+        <location filename="tools/dtflipline.py" line="42"/>
+        <source>Flip line</source>
+        <translation>Virar Linha</translation>
+    </message>
+    <message>
+        <location filename="tools/dtsplitmultipart.py" line="44"/>
+        <source>Split feature</source>
+        <translation>Dividir Elemento</translation>
+    </message>
+    <message>
+        <location filename="tools/dtextractpart.py" line="69"/>
+        <source>Extract part</source>
+        <translation>Extrair parte</translation>
+    </message>
+</context>
+</TS>

+ 339 - 0
python/plugins/DigitizingTools/license.txt

@@ -0,0 +1,339 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.

+ 41 - 0
python/plugins/DigitizingTools/metadata.txt

@@ -0,0 +1,41 @@
+# This file contains metadata for your plugin. Beginning
+# with version 1.8 this is the preferred way to supply information about a
+# plugin. The current method of embedding metadata in __init__.py will
+# be supported until version 2.0
+
+# This file should be included when you package your plugin.
+
+# Mandatory items:
+
+
+[general]
+name=Digitizing Tools
+qgisMinimumVersion=3.4.0
+description=Subsumes different tools useful during digitizing sessions
+about=DigitizingTools is meant to be a compilation of tools missing in basic QGIS, especially when digitizing on existing features. It is a collaborative effort and does not contain CAD like functions meant for construction.
+category=Vector
+version=1.5.2
+
+# end of mandatory metadata
+
+# Optional items:
+
+# Uncomment the following line and add your changelog entries:
+# changelog=
+
+# tags are comma separated with spaces allowed
+tags=digitizing
+
+homepage=https://github.com/bstroebl/DigitizingTools/wiki
+tracker=https://github.com/bstroebl/DigitizingTools/issues
+repository=https://github.com/bstroebl/DigitizingTools
+icon=digitizingtools.png
+# experimental flag
+experimental=False
+
+# deprecated flag (applies to the whole plugin, not just a single version
+deprecated=False
+
+# Author contact information
+author=Bernhard Ströbl, Angelos Tzotsos (NTUA)
+email=b.stroebl@stroweb.de

BIN
python/plugins/DigitizingTools/tools/__pycache__/dtToolsDialog.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dt_icons_rc.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtclipper.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtcutter.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtexchangegeometry.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtextractpart.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtfillgap.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtfillring.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtflipline.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmedianline.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmedianlinetool.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmerge.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmovenodebyarea.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmovenodebyarea_dialog.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebyarea.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebyarea_dialog.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebydistance.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtmovesidebydistance_dialog.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtsplitfeature.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtsplitmultipart.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dttools.cpython-312.pyc


BIN
python/plugins/DigitizingTools/tools/__pycache__/dtutils.cpython-312.pyc


+ 75 - 0
python/plugins/DigitizingTools/tools/dtToolsDialog.py

@@ -0,0 +1,75 @@
+# -*- coding: utf-8 -*-
+"""
+/***************************************************************************
+ DigitizingTools
+ A QGIS plugin
+ Subsumes different tools useful during digitizing sessions
+                             -------------------
+        begin                : 2017-12-12
+        copyright          : (C) 2017 by Bernhard Ströbl
+        email                : bernhard.stroebl@jena.de
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+"""
+
+from qgis.PyQt import QtWidgets, QtCore, uic
+from dtutils import dtGetHighlightSettings
+from qgis.core import *
+from qgis.gui import QgsHighlight
+import os
+
+FORM_CLASS, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'ui_dtchooseremaining.ui'))
+
+class DigitizingToolsChooseRemaining(QtWidgets.QDialog, FORM_CLASS):
+    def __init__(self, iface, editLayer, pkValues, featDict, title):
+        QtWidgets.QDialog.__init__(self)
+        self.setupUi(self)
+        self.iface = iface
+        self.editLayer = editLayer
+        self.pkValues = pkValues
+        self.featDict = featDict
+        self.chooseId.addItems(list(self.pkValues.keys()))
+        self.setWindowTitle(title)
+        self.label.setText(QtWidgets.QApplication.translate(
+            "digitizingtools", "Choose which already existing feature should remain"))
+        self.buttonBox.rejected.connect(self.reject)
+        self.buttonBox.accepted.connect(self.accept)
+
+    def clearHighlight(self):
+        try:
+            self.hl.hide()
+        except:
+            pass
+
+    @QtCore.pyqtSlot(int)
+    def on_chooseId_currentIndexChanged(self, thisIndex):
+        self.clearHighlight()
+        aPkValue = self.chooseId.currentText()
+        aGeom = self.featDict[self.pkValues[aPkValue]].geometry()
+        hlColor, hlFillColor, hlBuffer,  hlMinWidth = dtGetHighlightSettings()
+        self.hl = QgsHighlight(self.iface.mapCanvas(), aGeom, self.editLayer)
+        self.hl.setColor(hlColor)
+        self.hl.setFillColor(hlFillColor)
+        self.hl.setBuffer(hlBuffer)
+        self.hl.setWidth(hlMinWidth)
+        self.hl.show()
+
+    @QtCore.pyqtSlot()
+    def reject(self):
+        self.clearHighlight()
+        self.done(0)
+
+    @QtCore.pyqtSlot()
+    def accept(self):
+        self.clearHighlight()
+        self.pkValueToKeep = self.chooseId.currentText()
+        self.done(1)

+ 2191 - 0
python/plugins/DigitizingTools/tools/dt_icons_rc.py

@@ -0,0 +1,2191 @@
+# -*- coding: utf-8 -*-
+
+# Resource object code
+#
+# Created by: The Resource Compiler for PyQt5 (Qt v5.12.8)
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt5 import QtCore
+
+qt_resource_data = b"\
+\x00\x00\x04\xbf\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x17\x00\x00\x00\x17\x08\x06\x00\x00\x00\xe0\x2a\xd4\xa0\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x3c\x49\x44\
+\x41\x54\x48\x89\x95\xd1\x5b\x6c\x93\x65\x1c\xc7\xf1\xdf\xf3\x3c\
+\xef\xa9\x2b\xad\xdb\xda\xae\x5d\x37\xda\x9d\xd8\x91\x1d\x98\x66\
+\x1a\xe7\x21\xc6\x68\xb2\x18\x50\x97\x4d\xc6\xbc\x11\xaf\x14\x62\
+\xe2\xbd\x26\xc6\x4b\x21\x1a\x4c\xe4\x82\xc4\x48\x74\x18\x1d\x75\
+\x4e\xc2\x61\x0b\x2a\x21\xc1\xc9\x38\x39\x44\x19\x8c\xc2\x18\xae\
+\x5b\xc7\xda\x95\xf5\xfc\x76\x7d\x9f\xf7\xf5\x4a\x84\x0c\xdc\xeb\
+\xff\xfa\xf7\x7c\x2e\xbe\x0f\xc1\x3d\xd7\xd7\xf7\xf2\x7a\x9d\x8a\
+\x6f\xca\x92\xd4\xa7\xe5\x79\xb9\xa6\x69\x56\x26\xb0\x34\x13\xe8\
+\x82\x6e\x60\x8c\xab\xf9\x1f\x92\xc9\xcc\xc8\xc8\xc8\x48\x0e\x26\
+\x8e\xfc\x0b\xbf\xb6\x93\x88\xe4\xa3\xfa\xb6\x06\xa1\x66\xe3\x06\
+\xd9\x5e\x6c\xc3\xe4\xc4\x24\xd4\xac\x0a\x4f\x8d\x07\x8b\xa1\x45\
+\xfc\x35\x39\x93\x48\x44\x93\x02\x65\xec\x48\x3e\xa7\x0d\x70\x89\
+\x9f\x1d\x1e\x18\x5e\xec\xea\xea\x92\xed\x76\xa5\x4a\xa7\xf0\x53\
+\x1d\xa1\xc1\xc1\xe1\x3f\xef\xe2\x5b\xb7\x6d\xdd\x51\x60\x53\x76\
+\x6d\xd9\xfe\x8a\x55\x4d\xab\x18\x3b\x7a\x0a\x3d\x7d\x3d\xb8\x74\
+\xf6\x12\x2c\x16\x0b\xaa\x9b\xaa\x71\xfc\xe4\x71\xd4\x3c\x5b\x8b\
+\x54\x22\x85\xf9\xe0\x9c\x11\xb9\x16\x49\x64\xef\x64\x64\x9e\xe7\
+\x0a\x21\x84\x8b\x05\x62\x46\xb6\xc9\x3c\xbb\xac\x8a\x3a\xe7\x5f\
+\x0d\x1e\x08\xec\x24\xdd\xfd\xdd\x7e\x45\x10\x27\xb7\xee\xec\x2f\
+\xb0\x17\xd9\x71\xe6\xc8\x69\xd4\xf8\xaa\xd1\xda\xba\x09\x92\x24\
+\x41\x92\x24\x50\x4a\xb1\xeb\x93\x5d\x28\x6c\x2c\x44\x51\x65\x31\
+\x56\xf8\x0a\x74\x43\x7f\x60\x0a\x9e\xe7\x98\x3c\x74\x39\x9d\x8d\
+\x67\x3e\x60\xed\x9b\xda\x76\x37\x77\xb4\xb4\x97\x55\x95\xb3\xa3\
+\x5f\x1e\x46\x7f\x4f\x3f\xd6\xaf\xf7\x43\x51\x14\x28\x8a\x02\x49\
+\x92\xc1\x18\x43\x7b\x5b\x3b\x34\xab\x86\xe5\x95\x65\x70\x9d\x3f\
+\xb4\x33\x65\x14\x36\xb7\x4d\x8a\x4e\x45\x5b\x29\x01\x36\xd7\xb7\
+\x37\x48\x93\xe7\x2f\xc3\xeb\x2e\x83\xd5\xba\x0e\x16\x8b\x05\x8a\
+\x62\x81\x20\x88\x77\x1f\x29\x8a\x82\xc0\x9e\xc1\xff\x84\xff\x39\
+\x4b\x91\x05\xba\xc6\x1d\x34\xaf\x69\x0e\x5b\xa1\x0d\xcd\x8f\xb7\
+\xc0\xe9\x70\x42\x14\x25\xc8\xb2\x02\x4a\xe9\x7d\x0f\x0c\xc3\x80\
+\x20\x0a\x0f\xcd\x71\xdf\x56\x37\x00\x02\x5d\x60\x4c\x48\xe7\xb2\
+\x6a\x21\x65\x0c\x57\xae\x5f\xc1\xcc\xec\x4d\x74\x75\xbd\x84\xf1\
+\x5f\x4f\xc3\xed\x71\xc3\xe5\x76\x61\x78\xe8\x7b\x38\xbd\x4e\x3c\
+\xb1\xfd\x49\x64\xb5\xec\x9a\xb8\xba\x9c\x05\x13\x59\x98\xb5\x3e\
+\xda\xf2\xa2\xc3\xed\xa8\x2c\x29\x73\xa3\x62\x63\x25\x9c\x55\x2e\
+\x2c\xa4\xc3\x88\xa5\x62\xc8\xca\x59\x24\x95\x14\x0a\xbc\x05\x10\
+\x9c\x12\xe2\xb1\x38\x72\xcb\x2a\x72\x89\x1c\x0c\xc3\x00\x93\x04\
+\x10\x42\x56\xe1\xd1\x60\x54\x8f\xcf\x27\x0e\x0a\x2b\xe9\xdc\xe7\
+\x13\xa7\x26\x3a\x2a\x9b\xaa\xd6\x69\xba\x06\x30\x40\xb1\x59\xe0\
+\x6b\xf1\x23\xb7\x92\xc3\x8d\x89\xeb\x7c\xe6\xec\x4d\x95\xe7\x35\
+\x8d\x8a\xe4\xb6\x41\x68\x92\xe8\x86\x61\x18\xba\xcf\x30\x88\xcd\
+\x55\x57\x42\x3d\xcd\x1e\x59\xb6\x2b\xf7\xe0\x91\x94\xae\x69\x87\
+\x85\xc6\xc6\xe6\xc1\xe0\xf4\xd4\x87\xbf\x8f\x5d\xac\xac\xed\xa8\
+\x13\xb8\xce\xa1\xe9\x1a\x92\xb1\x04\xce\x1c\x1a\x4f\xe7\x92\xea\
+\xc5\xba\x92\xa9\xdd\x2f\xb4\xfc\xf1\x05\x00\x7f\x45\x53\xeb\x4f\
+\xa9\x78\xcc\x15\x0d\xcd\x3e\x22\x79\x1e\x1b\x3b\x39\xbe\xd8\x38\
+\x31\x34\xe7\xb1\x97\x17\x73\x47\x9d\x87\x65\xa2\x29\xb0\x95\xb4\
+\x0e\xce\x46\x09\x00\x74\xbf\xde\x5d\x2e\x53\x71\xdc\xe5\x75\xda\
+\x5d\x15\x6e\xdb\x52\x78\x29\xb3\x30\x1d\x06\x08\xde\xff\x76\xe0\
+\xe0\x9e\x5f\xf6\xe3\x55\x5f\x7d\xe3\xd7\xde\xaa\x0d\xca\xaa\x06\
+\x00\xd4\x1c\x70\xe2\x34\xc5\x6f\x57\x04\x28\x92\x81\x2d\x9d\x21\
+\xed\xce\xcc\xf8\xb6\xbb\xc1\x7a\x7b\x7b\x25\x30\xde\x2f\x08\x62\
+\x5b\x3e\x9f\xbf\x46\x74\x16\x08\x04\x02\x11\x00\x38\xbf\x0f\x62\
+\xcb\x96\xcd\x77\x28\xa5\xd6\x35\x7f\x13\x40\xe8\xfa\x94\x11\x0a\
+\x5e\x7d\x6f\xf5\x6f\x3c\xe0\xc6\xf6\xe3\x9d\xd2\xea\xda\x8f\x7d\
+\x75\x0d\xe2\xda\x6b\x80\x6b\x9a\x7e\x6e\xf4\x68\x21\x5d\x7b\x0a\
+\x18\x04\xb7\x25\x45\x31\xcc\x6c\x01\x20\x1e\x5d\x24\x3a\xc5\xf3\
+\xa6\xf0\xf9\x02\x0c\xb9\x7d\x15\x79\xb3\x78\x26\x95\x04\x25\x68\
+\x30\x85\x7b\xb3\x78\x7b\x36\x78\x55\x32\x8b\x97\xfa\xab\x0c\x41\
+\xc0\x5e\x53\x38\x80\x88\x28\xcb\xe6\xb3\x2c\x45\x08\xe7\x78\xce\
+\x5c\x16\x0b\xbe\xf3\xf8\x2a\xff\x47\x96\x04\x0c\xa0\xc9\x14\x5e\
+\x9a\xc1\x5b\xb3\xc1\x29\xd3\x59\x3c\x15\xd5\x86\xa2\x9a\xcf\x12\
+\x13\x65\xc9\x74\x96\xc4\x52\x94\x64\x25\x3c\x63\x0a\x7f\xfa\x0d\
+\x7c\x53\x5c\xe2\xce\x98\xc5\x53\xf1\x65\x4e\x80\x26\x66\x66\x7c\
+\x7e\x1f\xc4\xf0\xc2\xad\x1d\x91\xd0\x6c\xc4\xe5\xf5\x7e\x7a\xee\
+\xc7\x63\x4f\x2d\xcd\x87\xa6\x8b\x5c\xa5\x9f\x5d\xf8\x79\xa4\x33\
+\x1a\x0e\xdd\x28\x72\x94\xec\xbd\x70\x62\xb4\x73\x29\x3c\x77\xad\
+\xbc\xba\xf6\xdd\xb9\xd8\xad\x03\x7f\x03\x5e\xea\xca\x4c\xd5\x77\
+\x33\x2d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x47\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x17\x08\x06\x00\x00\x00\x11\x21\x8f\x2d\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xc4\x49\x44\
+\x41\x54\x48\x89\xad\x55\x4b\x6c\x94\x55\x14\xfe\xce\xbd\x77\xfe\
+\x99\x4e\x67\xda\x52\x4a\x1f\xd3\x4e\x2d\x9a\x22\x25\x40\x0a\x86\
+\x42\x42\xa2\x18\x16\xd5\xc1\x28\xcf\x69\x1b\x42\x20\x6e\x5c\x68\
+\x50\x13\x02\x12\x8c\x89\x46\x17\x22\x0b\x05\x63\x64\x43\x44\x23\
+\xc2\x94\x62\x55\x02\x56\x22\x06\x59\x10\xc4\xc8\x43\x3b\x42\x21\
+\xb6\xb4\x05\x3a\x1d\xa0\xed\x3c\xe8\x3f\xff\xe3\x1e\x37\xd8\x20\
+\x52\xa4\xc6\x6f\x79\xee\xc9\xf7\x9d\xf7\x25\x66\xc6\x9d\x68\x69\
+\x59\x1a\x86\x32\x36\x92\x10\xcf\x30\x60\x40\xb3\xc1\x60\x25\x94\
+\x8c\x3b\xa3\x76\x9b\x16\xe8\xd8\xbf\x67\x7f\x27\x1e\x10\xf4\x97\
+\xc0\x8a\x35\x2b\x2a\x0c\xe1\xf9\x10\x2e\x47\xca\x66\x94\x8b\x92\
+\x69\x25\x86\x50\x12\x42\x0a\x10\x01\x99\x64\x06\x43\xbd\x43\xb9\
+\xa1\x9e\x21\xc7\xb5\x1d\x47\x4a\x71\xdc\xca\xb9\x5f\x49\x38\x3f\
+\x68\xed\x19\x02\x50\x0c\x60\x0a\x0b\xae\x22\x4d\x27\x63\xb1\x58\
+\xef\x98\x40\x34\x1a\x2d\x96\x5e\xfc\x52\x3e\x2b\x54\x55\x59\x5f\
+\x25\xa5\x21\xef\x1b\x55\x2e\x6d\x62\xe4\xca\x08\x86\xfb\x86\x6f\
+\xa5\xae\x0c\xc3\xb5\xb5\x94\x5e\x69\x7b\xbc\xca\x35\x02\x5e\x4a\
+\x5d\x4b\x79\x48\xd0\xae\x2f\x3e\xdd\xf7\x12\x31\x33\x5a\xd6\x34\
+\x7d\x56\x3a\xbd\x2c\x5a\xb3\x70\xaa\xf1\xa0\xa9\xdf\x0f\x8e\xe9\
+\xe0\x5c\xdb\xd9\x5b\xb9\x8c\xb5\x5e\xc6\xe3\xf1\x4a\x52\xf8\xa8\
+\xee\xe9\x19\x3e\x21\xc5\xff\xc1\x0f\xa1\x04\x02\x65\x41\xcf\x8d\
+\x4b\xc9\xf9\x82\x48\xcf\xcc\x9f\x1c\xb0\xff\xad\x2c\x13\x85\x37\
+\xe8\x05\x33\xf2\x14\x80\xc0\x7f\x26\x67\x86\xe7\x44\x1c\xc6\x89\
+\x4e\xc8\x9e\x04\xac\x27\xeb\x61\x2e\x5d\x08\x08\x01\x21\x04\x18\
+\x5a\x29\x4d\xe4\x01\xf3\xc4\x6b\xe3\xb8\x98\xd6\x71\x09\xc3\x3b\
+\x63\xc8\x95\x04\xe0\x86\xa7\xc0\xbf\xe3\x4b\xe8\x92\x42\x58\x8f\
+\xcf\x46\xf6\x46\x16\x52\xaa\x5e\xe5\x5a\xee\x91\xd4\xd5\x94\xc7\
+\x31\x1d\x28\x9f\x1a\x97\x4f\x3b\x1a\x56\x36\x87\x5c\x26\x07\x2b\
+\x63\x61\xde\xef\x43\x28\xd6\x1e\x74\x6f\x69\x86\x3d\xbf\x0e\xaa\
+\xb3\x07\xc6\x8f\xe7\xc0\x5e\x0f\x00\x60\xa4\x6f\xd8\x71\x6d\xe7\
+\x6b\x65\x18\xc6\x46\xbf\xcf\x9f\xbe\xfc\x7d\x8f\x37\x18\x2e\x20\
+\x63\xb2\x81\xc2\x8a\x42\x90\x20\x00\x80\x39\x32\x8a\x4b\x47\x2f\
+\xa6\x33\xc9\x8c\x4f\x2a\x71\x1d\x24\xae\x30\x74\xcf\xd2\x70\xed\
+\x73\xdf\x1d\xfa\x26\x77\xe9\x91\xa9\x72\xea\xd1\xb8\xa8\x3e\xf6\
+\x93\xd7\x9e\x5b\x0b\x7b\x6e\x2d\xb4\xa3\x31\xd8\x95\x30\x49\xeb\
+\xfd\x2a\x91\x48\x6c\x29\xad\x28\x1d\xc4\x4d\x6c\x1d\x1d\x32\x29\
+\x5c\x1d\xc6\xe0\x85\x41\x98\x8e\x09\xdb\xb5\xdc\xeb\x7d\x49\x0b\
+\xc0\x9b\xec\xd0\xfb\x7b\xf6\xec\x73\x1b\x1b\x1b\xf3\x43\xa1\xd0\
+\xbb\xbf\x1e\x3a\xa4\xab\xcf\xfe\x16\x08\x9f\x3e\xa7\x19\xc0\x40\
+\x4d\x75\xf6\xc2\x63\xf3\xf4\xa4\x73\x57\x03\xa9\xfe\x91\x51\xd7\
+\xd6\x1d\x7b\xf7\xb6\x9d\x1a\xdb\xe4\xa6\xa6\x95\x8d\x50\xd4\x1a\
+\x08\x04\xbd\x3e\x23\x4f\xcd\x9e\x39\x5b\x84\xc3\x61\x74\x75\x75\
+\xdd\xec\xee\xee\x1e\x36\x4d\xf3\x0f\xd3\x34\x07\x82\xc1\xe0\x13\
+\x91\x48\xa4\xa2\xe3\xf0\xe1\x44\x79\x7b\xfb\xd6\x50\x7f\xff\x80\
+\x07\x38\xb2\x1a\x18\x5e\xd5\xb2\xac\x91\x48\x2e\x06\xb8\x8f\x6d\
+\xf1\x71\x2c\x16\xb3\xe8\xce\x5b\x14\x89\x44\xbc\xc1\xa0\x7f\x91\
+\x10\x42\x11\x51\x81\xcf\xe7\xdf\x4c\x82\x1e\xae\x0c\x55\xf9\xa5\
+\x94\x54\x5b\x5b\x8b\x86\x86\x06\x6c\xdf\xbe\xdd\xc9\x66\xb3\x47\
+\xd3\xe9\xf4\xf6\xaa\x78\xfc\x44\x7d\x67\x67\x89\x04\x06\x56\x33\
+\xa7\xee\xee\x1d\xdd\x7d\xec\x00\xa0\xa9\xa5\xe9\x2d\x12\xbc\x59\
+\xbb\x5a\x29\x43\xc1\xb5\x5d\x34\xcc\x9b\x8f\xca\x50\x15\x4e\x9e\
+\x3c\xa9\x8b\x8b\x8b\x53\x75\x75\x75\x45\xd7\xcf\x9e\xb5\xa6\x27\
+\x93\x3c\x7c\xec\x98\x77\xe4\xfc\x79\x00\xe8\x03\xb0\x61\x2d\x73\
+\xec\x9e\x02\xd1\x68\xb4\x10\x92\x77\x81\x79\x59\xc5\xac\x0a\x2a\
+\xad\x2b\x47\xde\xa4\x3c\x5c\x3d\x7d\x05\xbd\xa7\x2e\xb3\x60\xf5\
+\x81\xd6\xba\xdd\xb2\xac\x64\x51\x51\xd1\xf3\x0b\x6e\xde\x7c\xb5\
+\x96\xf9\x56\xff\xc1\x83\x4b\x18\x28\x26\xe0\x59\x00\xeb\x00\xec\
+\x58\xcb\xfc\x32\x00\x8c\xcd\x25\x11\x51\xb4\x65\x65\xab\xf2\xaa\
+\x45\x8f\x36\x4e\xa7\x60\x79\xc1\x98\x70\xa8\xbe\x12\x89\xf8\x80\
+\x63\x65\xad\xd1\x58\xac\xf5\xd8\x6d\xf3\x86\xb7\xe7\xcc\xf1\xe7\
+\x77\x76\xbe\x00\xe0\x29\x09\xbc\xb3\x86\xb9\x7d\x37\xd1\x45\x00\
+\x5b\x3e\x21\xda\xb4\x8e\xd9\x1c\x5b\xb0\x68\xf3\x8a\x57\x00\x2c\
+\xae\x8b\xcc\xf0\xdc\x49\x0e\x00\x24\x08\xfe\xc9\xf9\x52\x83\x43\
+\x77\xda\x5f\x3f\x73\xe6\x45\x6d\xdb\x9b\x00\xac\xd7\xc0\xf5\xdd\
+\x44\xdd\x00\x5e\x23\xa0\x3f\x1f\xb0\xc7\x32\x68\x6e\x5e\x31\x97\
+\x89\xb6\xd6\x2c\xa8\x11\xf9\x53\x02\xff\xe8\x09\x00\x28\x9f\x12\
+\x82\x44\xf1\xdf\x8c\xcc\xbc\x16\xd8\xf6\x39\xd1\x5e\x17\x58\xc2\
+\x40\x19\x00\x3b\x0f\xd8\xb1\x8a\xd9\x05\x00\x15\x8d\x46\x25\x29\
+\xd9\x56\x18\x2a\xa0\x8a\xd9\xa1\x7b\x71\x03\x00\x72\x29\xd3\x86\
+\xe6\xab\xf7\x7a\x5b\xcd\xdc\x0f\x60\xe7\x3d\x03\x03\x90\xc7\x5a\
+\xd7\x54\xd6\x57\x8e\x4b\xce\x9a\x91\x1e\xcc\x08\x0d\x1c\x1f\xd7\
+\x69\x1c\x88\x58\x2c\x96\x21\xa2\xd1\x74\x22\x3d\xae\x53\xb2\x6b\
+\x10\xec\x6a\x49\x9a\x26\x2c\xa0\x00\x80\x89\xdf\xeb\x3b\xd5\xfb\
+\x46\x3a\x91\xd6\x79\x85\x3e\xe1\xf1\x1b\x50\x5e\x05\x73\xc4\x44\
+\x66\x30\xed\xa6\xae\xa5\x24\x13\xb6\xb5\xde\xfe\x67\x27\x82\xb1\
+\x3d\x58\xd5\xbc\x6a\xb9\x00\x96\x43\xd2\x43\x44\xa8\x64\xe6\x49\
+\x04\xea\x76\xb5\xfe\x99\x48\x1f\x88\xed\x39\xf0\xed\x44\xc9\x01\
+\xe0\x4f\xf7\xed\x2a\x56\xf8\x81\x0a\xb9\x00\x00\x00\x00\x49\x45\
+\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x80\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x17\x00\x00\x00\x17\x08\x06\x00\x00\x00\xe0\x2a\xd4\xa0\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\xe0\x00\x00\x12\xe0\
+\x01\x4d\xbc\x04\x33\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x13\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x70\x6f\x6c\x79\x67\x6f\x6e\x20\
+\x6c\x61\x79\x65\x72\xc1\x87\xfd\x7b\x00\x00\x00\x18\x74\x45\x58\
+\x74\x41\x75\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\
+\x7a\x63\x7a\x65\x70\x61\x6e\x65\x6b\x5f\x56\xb1\x08\x00\x00\x00\
+\x18\x74\x45\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\
+\x6d\x65\x00\x32\x30\x31\x31\x2d\x30\x33\x2d\x31\x31\x1d\xc9\x61\
+\x9d\x00\x00\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\
+\x68\x74\x00\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\
+\x6e\x2d\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\
+\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\
+\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\
+\x2f\x62\x79\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\
+\x00\x04\x38\x49\x44\x41\x54\x48\x89\xad\x54\x4d\x4c\x5c\x55\x18\
+\x3d\xdf\x7d\xf7\xcd\x0c\x3f\x43\xf8\x2b\x30\x85\x01\x52\x81\x46\
+\x37\xd5\x14\x28\x36\xb6\xc6\x98\x58\xdd\xb8\xd2\x98\xda\xae\x8c\
+\x69\x34\x8a\xa6\xd2\x12\xa4\xd8\x71\x4c\x31\x44\x70\xd1\x85\x46\
+\x71\xa1\x89\xae\x6c\xa2\x2e\x8c\x2e\x8c\x3f\x58\x5b\xad\x89\x40\
+\xa7\xb5\x40\x5a\x18\xa6\x42\xcb\x00\x85\xe9\x0c\x33\x6f\x7e\xde\
+\xbd\x9f\x8b\x02\xe1\xb7\x6d\xb4\x5f\x72\x16\xf7\x7e\x27\x27\x27\
+\xe7\xbd\x7b\x88\x99\x01\x00\x5d\xdd\x5d\x4f\x1a\x82\xfc\x00\x6f\
+\x67\x66\x97\x20\xea\xd7\x5a\x9f\x65\xc2\x9f\x92\x32\x3f\xb5\xb4\
+\xf8\x66\xb1\xc9\xf8\xfd\x7e\x97\xd3\xe9\xcc\x6a\x6b\x6b\x9b\x5f\
+\x79\x4f\xcc\x8c\xf7\x7a\xde\x7d\x8b\x19\xef\x54\x7a\xab\x94\xb7\
+\xc2\x6b\x08\x43\x20\x1c\x0e\x23\x1c\xbe\x9e\xbe\x19\x8d\x3a\x88\
+\x48\x11\xd1\x77\x8a\xd5\xa7\xb0\x8d\x01\x29\x6d\xb2\x99\xea\x89\
+\x45\x93\x61\xd0\xa3\x9a\x79\x07\x33\x4b\x12\x22\x0c\xa5\xf7\xb7\
+\xb6\xb6\xff\x0c\x00\xd4\xd3\x73\xa2\x4a\xb1\xb8\x52\xbf\xb3\x41\
+\x36\xed\xda\xbd\xca\x11\x33\x23\x99\x4c\xe2\xca\xe8\x65\x0c\x8f\
+\x5c\xb2\xa7\xa6\xa6\xe4\xca\xbd\xdb\x9d\x97\xf1\x94\x79\xcc\x92\
+\x92\x52\x38\x9d\x4e\x8c\x8c\x0c\xab\xc9\x6b\x13\x6c\x83\x1f\x6a\
+\x3f\xd2\x7e\x51\x66\x94\x78\x23\x27\x27\x9b\xeb\x77\x36\x82\x99\
+\xd7\xc1\x30\x0c\xd4\xd5\x6e\x47\x6d\x4d\x9d\x5c\x58\x88\x21\x16\
+\x8b\x41\xb3\x46\x41\x7e\x21\x4c\xd3\x34\x57\x72\xcb\x4a\x3d\xc6\
+\x57\x5f\x9f\xca\x58\x49\xeb\x10\x80\xd7\x84\x30\xe8\xc1\xf2\xad\
+\xe5\x26\x11\xc1\xb6\xed\xdb\xc2\xe9\x74\xa1\xa8\xa8\x18\xc5\x45\
+\x5b\x20\x84\x58\xb7\x57\x4a\xa1\xba\x7a\x9b\x29\x84\xd8\x0f\x00\
+\x92\x80\x1a\xb7\xdb\x0d\xdb\xb6\x37\x74\xbe\x16\x5a\xeb\xdb\xee\
+\x73\x72\x72\xa0\xb5\x2e\xee\xed\xed\x35\x25\x33\x97\x64\x65\x65\
+\xdf\xb5\xf8\x9d\xe0\x70\x38\x00\x00\x91\x48\x64\x8b\x24\x90\x95\
+\x4e\xa7\xdd\xf7\x4a\x5c\x1a\x72\xe9\x67\xd8\x22\x89\x30\x67\x59\
+\x09\xb7\x52\xea\xae\xa2\x98\x8f\xcc\xc3\x4a\x24\x50\x58\x54\x04\
+\x69\xc8\x75\xdc\x74\x3a\x0d\x00\xd0\x52\xa7\x24\x33\xcd\x58\x96\
+\x55\x75\x27\xe7\x93\xd7\x26\x70\xe1\xc2\x79\x95\x4c\x25\x8d\x78\
+\x3c\x8e\xdc\xdc\x5c\x5d\x58\x58\xc4\x15\xe5\x5e\xa3\xb4\xa4\x0c\
+\x44\x04\x00\x88\x27\xe2\x00\x00\x97\x70\x85\x24\xb3\x9e\xb2\x2c\
+\x6b\xd3\xcc\x53\xa9\x14\xce\x07\x06\xf4\x54\xf8\xba\xf0\x56\x54\
+\x8a\xaa\xca\x6a\x4c\x4c\x4c\x0e\x8d\xff\x33\x76\x72\x7e\xee\xc6\
+\x33\x73\x73\x37\x1e\x97\xd2\xb4\x2b\xca\x2b\xcc\xec\xec\x1c\x8c\
+\x05\x47\x6d\x41\xe2\xb7\xc3\x87\x0f\x5b\x52\x13\xc6\x6f\x46\x6f\
+\x66\x94\x52\xe6\xda\x28\xa6\x67\xa6\x31\x18\xf8\x4b\x09\x12\xd8\
+\xdd\xf4\x08\xca\xca\x3c\xa4\x94\x82\x6d\xab\xaa\xce\xce\xce\x2f\
+\x02\x81\xc0\xc7\xdd\xdd\x27\x6a\x33\x69\xbc\x14\xba\x1a\x7c\x4e\
+\x6b\xde\x4a\x82\xfa\x05\xd4\x0b\x00\x20\x85\xd6\x9f\xc7\xe3\x0b\
+\xaf\x4e\x4f\x87\x51\x50\x50\x08\x66\x86\x52\x0a\xc3\x23\x43\x08\
+\x5d\x0d\xa2\xbc\xbc\x82\x1a\xeb\x77\x09\x29\x4d\x28\xa5\x00\x00\
+\xc5\xc5\xc5\xd9\x7b\xf6\xec\xa9\x07\xd0\x77\xf4\x68\xc7\x65\x00\
+\x2d\x00\x5a\xfc\x7e\xbf\xf0\xf9\x7c\x7a\x75\xb7\xbc\xdf\x75\x31\
+\x2f\xd7\xfd\xc0\xf6\xba\xfb\x29\x9e\x88\x23\x14\x0a\x66\x12\xc9\
+\x84\xd8\xd5\xf0\xb0\x71\xdf\xb6\x9a\xe5\x07\xa2\x94\x42\x22\x91\
+\xc0\x58\xf0\x0a\xfe\xbe\x34\xf4\x76\x47\x7b\x87\x7f\x6d\x89\x11\
+\xd1\xeb\x00\x5e\x01\xf0\x98\x04\x00\xd2\xfc\x72\x74\x21\xf6\xd9\
+\x99\xdf\x4f\x6f\x73\x38\x1c\xec\xf1\x6c\xa5\x7d\x4f\x3c\x65\xe4\
+\xe6\xba\x97\xdd\x2a\xa5\x30\x18\x18\x40\x30\x38\xaa\xc1\x48\x48\
+\x53\x84\x36\x6a\x48\x66\x3e\x49\x44\xcf\x03\x30\x68\xa9\x72\xfd\
+\x7e\xbf\xc8\xcb\xcf\xf3\x1d\x3c\x70\xf0\xb8\x21\x8c\x65\xa7\x4a\
+\x29\x44\x22\xf3\x38\x7d\xa6\xcf\x8e\x46\xa3\x36\x43\x1f\x23\x6d\
+\x7e\xd2\xda\xda\x1a\xdb\xb8\x80\x01\x22\x3a\x07\xe0\xd9\xe5\x96\
+\xf3\xf9\x7c\xba\xa3\xa3\xe3\x7b\x30\x8e\xaf\x24\x8e\x87\x82\xf8\
+\xe3\xdc\x59\xa5\xb4\x0e\x29\xc2\xd3\x6f\xb6\x1c\xbb\xb4\x89\xe0\
+\x01\x00\xcd\x00\xfa\x56\x65\xbe\x82\x40\x83\x83\x83\x73\x5e\xaf\
+\x37\x7f\x76\x76\x06\x03\x83\xfd\x18\x0f\x05\x21\x48\x7c\xc9\x5a\
+\xbc\xb8\x99\x5b\x22\xda\x0b\xa0\x1b\xc0\x3e\x00\xf5\x00\xbe\x05\
+\x50\xb7\xaa\x9f\x99\x99\x3f\xfc\xe8\x83\x68\xea\x17\x2b\x2f\x9d\
+\x4e\x0b\x12\x14\x61\xf0\xa1\xa3\x47\xda\x4e\x6d\x16\xc1\xe2\xec\
+\x05\xf0\x03\x33\x47\x88\xe8\x47\x00\x49\x00\x90\x6b\x59\xb3\x37\
+\xa6\x4f\x38\x1d\xae\x52\x08\xfe\x35\xcb\xe1\x3e\xd7\xdc\xdc\x9c\
+\xba\x83\x30\x00\x34\x00\xf8\x66\xc9\x20\x11\x5d\x5e\x17\xcb\x7f\
+\x1d\x22\xea\x06\x10\x61\xe6\xce\xc5\xf3\x35\x00\x4d\xe2\x7f\x2b\
+\xdf\x9a\x3e\x00\x8d\x8b\xc2\xd5\x00\x3c\xc0\xbd\x73\xee\xc2\xad\
+\x0f\xba\x03\xc0\x2c\x80\x6a\x00\xd3\xff\x02\xe0\xb8\x28\xd2\x80\
+\x60\x92\x88\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x04\x1b\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x98\x49\x44\
+\x41\x54\x48\x89\xed\x94\x5b\x4c\x93\x67\x18\xc7\xff\xdf\xb1\xdf\
+\xd7\x83\xd0\x95\xd2\x29\x96\x42\x0b\x4d\xed\xc5\x46\x40\x13\xe3\
+\x86\x99\x11\x65\x97\x6b\x35\x55\x0e\x81\x11\xb7\xe1\x85\xc9\x76\
+\x33\xef\x4c\x43\x76\xc8\xb2\xbb\x2d\xbb\xd8\xdc\xc0\x10\x43\xe2\
+\x2a\x51\x61\x19\x8a\xce\x39\x2d\xa0\x73\x68\x67\x47\x42\x61\xd0\
+\xee\xa4\xed\x60\x83\xd0\xaf\x7c\xa7\x1e\xbe\x5d\x28\xc4\xb9\x4d\
+\x76\xb1\x8b\x5d\xf0\x4f\x9e\xbc\x79\xde\xe4\x79\x7e\x79\xfe\xef\
+\x81\xd0\x34\x0d\x8f\x2a\x10\x08\x58\x09\xa2\xf0\x4c\x71\xb1\xe5\
+\xf3\x85\xa5\x85\x56\x00\x38\x7d\xea\xf4\x89\xae\xae\x2e\x32\x18\
+\x0c\x16\xfe\x52\xf0\x18\xd1\x0f\x27\xfb\x5b\xf6\x3b\x7d\xfb\x7c\
+\xaa\x4e\xcf\x4c\x94\x6f\x2e\x27\xfc\x3e\xff\xef\x43\xe7\x87\x4a\
+\x75\x9c\x4e\x1b\x1f\xff\xba\x69\x7a\x26\xb6\xe3\xd0\x4b\x2f\x0e\
+\x09\x69\xb1\x15\x40\x59\x28\x14\x4a\xac\x05\x20\x56\x26\x68\x6e\
+\x3e\xd0\x4a\x50\xe4\xf1\xf6\xb6\x76\x62\x83\xc9\xc4\xdd\x1c\xff\
+\x06\x33\xb3\x33\x98\x9f\x9b\x87\x8e\xd3\xc1\xe3\xf1\xa0\xb1\xe1\
+\x79\x2c\x2e\x2e\xa0\xb8\xd8\x7c\xf7\xfd\x0f\xde\x33\xf3\x7a\x7d\
+\xcc\x55\xe1\x38\x12\x89\x46\x5b\x8a\x36\x14\x2d\xba\xdd\x9e\x54\
+\x24\x72\xeb\x68\xa1\x80\xb7\x4f\xf6\x9e\xfc\x68\x15\xd0\xd9\xd9\
+\xc9\xd4\xef\xdc\xf1\xe9\xc6\x27\x37\xfa\x54\x55\xc5\xb9\xc1\x01\
+\x58\xca\x2c\xa8\xac\x73\x81\x33\x73\x58\x12\x96\x30\x1d\x9e\x02\
+\x9f\xe3\xf0\xea\x91\xd7\x40\xd3\x0c\x68\x9a\x86\x28\x8a\x90\x24\
+\x09\xdf\xde\x89\xa0\x6c\x53\x19\x1c\x15\x15\x48\x26\x93\x50\x15\
+\x65\xfe\x8b\x2f\x2f\x07\x83\xc7\x82\x1f\xd2\x00\x20\x2a\xcb\xd7\
+\x4c\x46\xd3\x76\xa3\xd1\x88\xe3\xdd\x1f\xa3\x76\x4f\x1d\xac\x55\
+\xa5\x90\xb2\x12\x32\xd9\x0c\x54\x46\x85\x63\x57\x05\xa6\x07\x62\
+\x98\x8c\x4d\xe2\xe9\xa7\x6a\x40\x10\x04\x0c\x06\x03\x0c\x06\x03\
+\x1a\x76\xef\x59\xb5\xc4\xe5\x74\x41\xd3\x34\xeb\x99\x81\x33\xef\
+\x1e\x6c\x09\x68\x54\x2c\x16\xdd\x42\x51\xf4\xb1\xc6\xbd\x8d\xcc\
+\xa5\xcb\x97\xc0\x95\xf0\x28\xaf\x75\x20\xa3\x64\xb0\xac\x2e\x43\
+\xce\xc9\xab\xc5\xb9\x7c\x0e\x99\xa4\x80\xda\x9a\x3a\x10\x04\xf1\
+\xcf\xbe\x13\x04\x1c\xf6\x72\x36\x31\x1b\x3f\x4b\x02\x60\x79\x9e\
+\xcf\x92\x24\x89\xbb\xc9\x7b\x28\xa9\x2e\x41\x5a\x4e\x23\xad\xa4\
+\xa1\xe6\xd5\x3f\x15\x32\x7a\x16\x42\x46\x78\x6c\xf3\x15\xb1\x3a\
+\x1d\x68\x96\x65\x69\x9e\x2f\x9a\xda\xe7\xf3\x47\x01\xd4\x3b\x2b\
+\x9d\x88\x0e\xdf\x81\xc5\x5b\x02\x56\xcf\x82\xe1\x19\x10\x24\x01\
+\x39\xad\x40\x11\x64\x08\x3f\xa5\xf1\xdc\xf6\x5d\x6b\x36\x07\x80\
+\xf8\xec\x2c\x7e\x4d\xdd\x6b\xa0\xbc\x5e\xaf\x69\x7a\x66\xea\xad\
+\xad\x75\x5b\x79\x57\xa5\x13\x36\xab\x0d\x62\x4a\x44\x6e\x21\x8b\
+\xcc\x2f\x02\x94\x94\x82\x27\x28\x33\xaa\xac\x55\xd8\x56\xb3\x0d\
+\xf5\xcf\xee\x04\x49\x92\x6b\x02\x64\x59\x9a\xbb\x3a\x12\x3e\x4a\
+\xf7\xf5\xf5\x2d\xb6\xb5\xb7\xfc\x10\x4f\xc4\xcd\xee\x6a\x37\xdc\
+\xd5\x6e\x6c\xf1\x78\x41\xd3\x34\x28\x8a\x06\x4d\xdf\x8f\xdb\x91\
+\x08\x12\x89\x84\x6c\xdf\x5c\xfe\xe3\xb9\xcf\xce\x1a\x52\xc9\x94\
+\xe9\xf0\x2b\x87\xa9\x82\xa6\x19\x6d\xa5\x36\xb0\x2c\xbb\xda\x5c\
+\xd3\x34\x84\x47\xc2\x73\xca\xb2\x72\x93\x06\x80\x7c\x0e\xbb\x8d\
+\x06\xd3\x08\x00\x2f\x49\x92\x58\x89\x7c\x3e\x8f\xf3\x17\x86\x14\
+\x59\x56\x4f\x45\x6e\xdf\x1a\x95\x55\x59\xff\xd5\x95\xab\xfd\x05\
+\xa6\xa0\x27\xb3\xa4\xad\xbb\xbb\x67\x22\x23\x09\x21\x49\x14\xeb\
+\xdf\xe8\x7a\x53\xa1\x28\xba\xc8\x64\x32\x61\x74\x6c\x54\x9b\x98\
+\xf8\x4e\x1c\x1c\x1c\x14\x69\x00\xb8\x3f\x45\xeb\xcf\x76\xbb\xbd\
+\xb2\xb9\xa9\x89\x97\x24\x19\x82\x20\x68\xc9\x64\xea\xfa\xd8\x8d\
+\xeb\xbf\x29\xa2\xfa\x7a\x28\x14\x9a\x7f\xc4\x85\xef\x1f\xac\x7b\
+\xfd\x7e\xbf\x65\x78\xf8\x22\x37\x3a\x16\x9e\xb4\x58\x2c\x72\xe0\
+\xc0\xc1\xa0\x2c\x09\x17\x81\x87\x5e\x72\x20\x10\xe0\x19\x8e\x7a\
+\xb9\xa3\xed\x50\xf6\x44\x6f\xcf\x3b\x3a\x1d\x73\xa5\xe7\x93\xde\
+\x17\xfe\xd5\x89\x3e\x50\x47\x47\x07\x27\xa8\xc2\xa6\xfe\xbe\xfe\
+\xf8\xca\x1e\xf1\x77\x9f\xdd\x7f\xa9\xb5\xaf\xc3\x3a\x60\x1d\xb0\
+\x0e\xf8\xff\x03\xfe\x00\xb6\x46\x79\x1d\x12\x28\x13\xda\x00\x00\
+\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x4b\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xff\x00\x00\x0d\xff\
+\x01\xf4\x8a\xb2\x89\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xc8\x49\x44\
+\x41\x54\x48\x89\xa5\x55\x5b\x6c\x54\x55\x14\x5d\xe7\x75\xef\x9d\
+\xe9\x30\x0e\xa5\x2d\x6d\xa7\x75\x4a\x21\x80\x49\x6d\x22\xa5\x2d\
+\x8f\x0f\x15\x21\x68\x35\x24\x4d\x9b\x29\x42\x5a\x53\x34\x9a\xf8\
+\x63\x30\x51\xe3\x8f\x8f\x3f\x12\x8d\x89\xd1\x14\x8a\x48\x0c\x1a\
+\x62\x6e\xb5\x25\x41\x8d\x4a\x42\x0a\x56\x20\x68\x29\xf6\x01\xc8\
+\xd3\xd2\x14\xda\x71\x4a\xa7\x33\xed\xed\x3c\xee\x3d\xc7\x8f\x32\
+\x63\x4b\xc0\x50\x5c\xc9\xfe\xb9\x67\x67\xad\xb5\xf7\xd9\x67\x5f\
+\xa2\x94\x42\x1a\xc1\x60\xd0\x05\xe6\x34\xb8\x74\x57\xb3\x54\x72\
+\xa9\x6d\x3b\x8b\x38\x67\x11\xc6\xf8\x35\xdb\xb1\xfb\x93\x89\x64\
+\x0f\x24\xed\x30\x4d\x73\x04\xf7\x09\x92\x16\x68\x68\xa8\x0f\x32\
+\xc1\xf7\x17\xfa\x0b\xd5\xea\x55\xab\x3d\x39\x8b\x16\xc1\xe7\xf3\
+\x21\x1e\x4f\x20\x12\x89\x60\x3c\x32\x8e\xa1\xa1\xa1\xe9\x81\x81\
+\x01\x26\x74\xed\xac\x65\x4d\xee\x86\xc3\x0e\x9a\xa6\x99\x6c\x6a\
+\x6a\xca\x4a\xa5\xa2\xd9\x4a\xd1\x6c\x29\x39\x37\x4d\xb3\x7b\x8e\
+\xc0\xb6\xc6\xad\x6f\x68\x5c\x7b\x6f\x6b\x43\x83\x3b\x3f\x3f\x7f\
+\xe6\x80\x10\x08\xa1\x41\xd3\x34\x08\x21\x20\x84\x06\x47\x4a\x74\
+\x1c\x6a\x47\x5f\x7f\x2f\x2c\xcb\x82\x92\x6a\xd4\x71\x9c\x1c\x42\
+\x88\x12\x42\xa4\x0c\xc3\xb0\x6d\xdb\x66\xb6\xe3\x9c\x9e\x8a\x5a\
+\xf5\xed\xed\xed\x63\x3c\x18\x0c\x2e\x11\x3a\x7b\x7f\x47\x73\xb3\
+\xcb\xeb\xf5\x66\x4a\xe3\x5c\x80\x73\x0e\xc6\xd2\xc1\xd0\xb2\xa7\
+\x05\x30\x80\x4d\xdb\x36\x63\xe8\xda\x75\xfc\x71\xec\xec\xe2\xd7\
+\x5f\xdd\x09\x5d\xd7\xc1\xb9\xe0\x9c\x73\x10\x42\xd1\x7e\xa8\x7d\
+\x7d\x5f\x7f\xef\x3e\x00\xb5\x54\x77\x69\xbb\xaa\x2a\xab\xc4\x5c\
+\x72\x7e\x47\x08\x1c\xed\x3c\x8a\x88\x35\x8e\xb2\xcd\x8f\xc2\xd2\
+\x2d\xe8\x01\x03\x89\xe9\x04\x18\x63\x19\x03\x8c\x71\xe8\xba\x8e\
+\x60\x7d\x50\x38\xb6\xac\xa9\x6b\xac\x2b\xe0\x94\xa2\x7c\x69\x69\
+\x29\x4f\x93\x53\x4a\x33\xae\xd3\x02\x37\x47\x6e\xe2\x87\x1f\xbf\
+\xc7\x63\xc1\x0a\x0c\x47\x87\x01\x00\xe1\x8b\x7f\x23\xdf\x9f\x0f\
+\x4d\xd3\xc1\x18\xcb\xe4\x32\xc6\xa0\xeb\x06\x5c\x2e\x23\x65\x4f\
+\x38\x5e\xaa\x14\xdc\x42\x88\x4c\xdf\x67\x3b\x4f\x0b\x7d\xb6\x7f\
+\x2f\x8a\xaa\x8b\xa1\x8c\x99\x81\x90\xb6\xc4\x8d\x9e\x61\xac\xab\
+\x5c\x07\xce\xd9\xac\xdc\x7f\x85\x34\xa1\x39\x00\x34\xae\xa4\x12\
+\xe9\x49\x9a\xed\x3a\x1d\xf1\xf8\x34\xc6\xc2\x61\x2c\x59\x5a\x0a\
+\x00\xb8\x75\x75\x0c\x57\x3b\xaf\xa0\xb8\xa8\x08\xe5\xe5\xe5\x73\
+\xee\x28\x2d\x74\xdb\xa8\x92\x4c\xea\x5c\x2a\x79\xf8\xfc\x85\x0b\
+\x3b\xfc\x7e\x3f\x9f\x49\x10\x73\x84\x8e\xff\x72\x1c\xba\x47\x57\
+\xb1\x91\x18\x19\xbb\x1c\x46\x74\x70\x02\xf5\xb5\x75\x58\xb9\xe2\
+\x91\x0c\xe1\xec\x8a\x29\xa5\x70\x1c\x07\x91\x48\x44\xa7\x0e\x0d\
+\xf1\x54\xc2\xf9\xf4\x4c\xcf\x99\xa6\x4d\x9b\x36\xf2\x3b\xdb\xa3\
+\x14\xd0\x37\xd0\x9b\xb2\xe3\xb6\xb8\x74\xe4\x4f\xc8\x94\x54\x82\
+\x8b\x48\x7b\x47\x07\x73\xec\x6f\x3c\x6e\xb7\x3b\xbe\x7c\xc5\x0a\
+\xfa\xd4\x93\x1b\x8c\x92\x92\x52\x30\xc6\x00\x00\xe7\xce\x0f\x80\
+\x30\x3a\x68\x9a\xe6\x75\xa2\x94\x42\xe3\x0b\xdb\x7b\xd6\xae\x59\
+\x5b\x56\xf3\x4c\x0d\x17\x62\x66\xee\x01\x82\xdd\x7b\x5a\xac\x2b\
+\x57\x2f\x9f\xb6\x26\xe3\x2f\x52\x4a\x63\x6d\x6d\x6d\x61\x75\xbb\
+\x9f\xcd\xcd\xcd\x46\x2c\x11\x2b\xd1\x28\xaf\x63\x8c\xed\xcc\xcd\
+\xc9\xd5\xaa\xab\xd7\x78\x0a\x0b\x0a\x49\xdb\xb7\xe6\x74\x28\x14\
+\x7a\xf7\xeb\x83\xe6\x07\x44\x29\x85\xba\xc6\xba\x02\x17\xd1\x7e\
+\x2b\x2e\x0e\x2c\xac\x58\x55\xe1\x8e\xc5\xa2\x4e\xe7\xb1\xce\xa4\
+\x52\xf8\xc9\xa5\xbb\x83\xad\xad\xad\xa9\xff\x5a\x07\xc1\x60\x90\
+\x29\xaa\x9e\x33\x74\xbd\x96\x12\xb2\x36\x91\x4a\x7c\x22\x53\xd8\
+\x6d\x9a\xa6\x93\x59\x15\x5b\xb6\x6c\x71\x67\x2d\x70\xbd\xa2\x09\
+\xad\xd2\x91\xf2\x56\x32\x9e\xda\x67\x9a\xe6\xd9\x7b\x91\x9e\xfc\
+\x8a\x2c\x73\x6c\x2c\xbb\xdb\x19\x63\x50\x09\x8e\xee\x27\x9e\x57\
+\x61\x32\x7b\xd9\xdd\x2f\xba\x0e\x90\xbd\x44\xe1\x25\x00\x84\x10\
+\x0e\xae\xf9\x90\x95\x53\x81\xe8\x68\x17\x94\x33\x0d\xa5\x24\x00\
+\x24\xa1\xf0\xda\xbc\x05\x4e\x1e\x20\x7e\xa9\x70\xdd\xf5\xd0\x4a\
+\xaa\x7b\x96\x80\x50\x0e\x61\xe4\x21\xb0\xfa\x43\x5c\xee\x6a\x02\
+\x00\x28\x99\x82\x35\xde\x87\xe4\xf4\xf0\x20\x9d\xaf\x7b\x29\x51\
+\x4c\x08\xa5\x0b\x16\x3f\x0e\xca\xdd\x33\x1f\x09\x07\x08\x05\x40\
+\x00\x00\xdc\xc8\x83\x27\xb7\x0a\x50\x08\xf0\x7b\x53\xdd\x1b\x84\
+\xb9\xb0\xb0\xa8\x06\x9e\xdc\x35\x98\xb8\x71\x04\x3e\xff\xd3\x60\
+\xc2\x8b\x40\xe5\x47\x98\x0a\xff\x0e\x5f\xf1\xb3\x18\xbd\xd0\x82\
+\x5b\x83\x1d\x98\x77\x05\x00\x40\x08\x43\xe8\xd2\x3e\x84\x2e\x7d\
+\x8e\x9c\xd2\xed\x90\xf6\x14\x42\x17\x5b\x21\x8c\x3c\xf8\x8a\x6a\
+\x30\xd4\xfd\x36\xa2\xa3\xc7\x01\xe0\xc1\x04\x00\x09\x69\x5b\xb0\
+\xc6\x7b\x01\x00\x13\x23\x47\x31\xf6\x97\x09\x2b\xd2\x0f\x25\x93\
+\xb0\x22\xe7\x20\xed\xc9\x07\x17\x70\x52\x93\x98\x1a\xeb\xc6\x82\
+\xbc\xf5\x00\x80\xec\x40\x3d\x0a\xcb\xde\x82\x27\xa7\x12\x94\xbb\
+\x91\x95\x5d\x8e\xd8\xe8\xaf\xff\xa7\x02\x20\x50\xf5\x31\x98\xf0\
+\xa2\xef\xbb\x4a\x8c\x0f\x1d\x86\xb7\x60\x03\x6e\xf4\xed\xc2\xf9\
+\x9f\x37\x62\xe1\xc3\xb5\xc8\x5b\xfe\x32\x80\x59\xff\xe4\xfb\x45\
+\xd7\x97\xa4\x9a\x48\x9c\x22\x84\x43\x29\x1b\x00\xa0\x7b\x4a\x50\
+\x56\x73\x0a\xdd\x66\x7e\x26\x8f\x10\x06\xa5\x9c\xf9\x57\x60\x01\
+\xfd\x00\xa2\x69\xf2\x19\x28\x48\x27\x3e\x27\x4f\x29\x07\x8a\xe0\
+\xc4\x83\xbd\xe4\x2f\x48\x23\x21\x78\x07\xb8\xfb\xaa\x00\x00\x45\
+\x70\x42\x29\xbc\xf9\x0f\x1a\x6c\xff\xd2\x0b\xb9\x3e\x3f\x00\x00\
+\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x58\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x17\x08\x06\x00\x00\x00\x0f\xe8\xbf\x9e\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\xe0\x00\x00\x12\xe0\
+\x01\x4d\xbc\x04\x33\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x13\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x70\x6f\x6c\x79\x67\x6f\x6e\x20\
+\x6c\x61\x79\x65\x72\xc1\x87\xfd\x7b\x00\x00\x00\x18\x74\x45\x58\
+\x74\x41\x75\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\
+\x7a\x63\x7a\x65\x70\x61\x6e\x65\x6b\x5f\x56\xb1\x08\x00\x00\x00\
+\x18\x74\x45\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\
+\x6d\x65\x00\x32\x30\x31\x31\x2d\x30\x33\x2d\x31\x31\x1d\xc9\x61\
+\x9d\x00\x00\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\
+\x68\x74\x00\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\
+\x6e\x2d\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\
+\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\
+\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\
+\x2f\x62\x79\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\
+\x00\x04\x10\x49\x44\x41\x54\x38\x8d\xa5\x94\x4d\x4c\x94\x57\x14\
+\x86\xdf\x73\xe7\x7e\x33\xf3\xf1\x0f\x5a\x60\x18\x30\x62\x91\xd4\
+\x16\x24\x46\x63\x53\xdb\xa6\x36\x86\xb0\x30\x2a\x69\x9a\x26\xdd\
+\xd8\x45\xd3\x25\x0b\xab\x38\xc1\xc4\x4c\xa9\x29\x22\x69\xba\xe8\
+\xc2\xa4\x2b\x48\xb7\x10\x13\x5b\xd3\x34\x4d\xd3\x36\xa9\x95\x1a\
+\x09\xb6\x45\x10\x66\xa4\x80\xce\x8f\x02\x65\x60\x98\x99\x6f\x9c\
+\xf9\xee\x3d\x5d\xcd\x04\x11\xea\x4f\xdf\xe4\x6c\xce\x3d\x79\xce\
+\x9b\x73\x72\x0f\x31\x33\x00\xa0\xaf\xaf\xa7\x55\x38\xc4\x67\x0c\
+\x34\x32\xb3\x13\xa0\x1b\xcc\xea\xaa\x80\x18\x4e\xa5\x32\xbf\xf8\
+\xfd\xfe\x04\x36\x51\x77\x77\xb7\x1b\x80\xf6\xfb\xfd\x99\x5c\x8e\
+\x98\x19\x7d\x9f\xf7\x9c\x65\xc6\xa7\xb5\xb5\x75\xba\xae\x76\x9b\
+\x60\x66\xcc\xcf\xdf\xe7\xe8\xfd\xa8\x6d\x59\x96\x41\x44\x69\x00\
+\x83\x1a\xea\x6b\x83\xd4\x1f\x69\x21\x5d\x0e\x1b\x07\x88\xc5\x01\
+\xe1\x10\x07\x99\x75\x33\x00\x21\x88\x46\x95\x4d\xef\xf8\x7c\xbe\
+\xbb\xd4\xdb\xdb\xbb\x8d\x1c\x7a\x7a\xcf\x9e\xbd\xf2\xf5\xd7\xde\
+\x78\xc4\x09\x33\x23\xbe\x1a\x47\x20\x30\x85\x89\xdb\xb7\xb2\xf1\
+\x78\xdc\x58\xfb\x5e\x54\x54\x94\xad\xae\xf2\x18\x95\x95\x55\x20\
+\x22\xfc\x35\xf6\x67\x36\x91\x5c\x5d\xb2\x12\x99\xed\x12\xa4\x4f\
+\xb8\x5c\x2e\xec\xdf\xf7\x2a\x98\xf9\xb1\x30\xdd\x26\x76\x37\xb7\
+\xa0\xb9\x69\xb7\xb1\xb0\x30\x8f\x64\x32\x09\x22\x42\x79\x45\x05\
+\x4c\xb7\x69\xac\xad\xdd\xba\xf5\x05\xe3\xf2\x37\x97\xaa\x5c\x05\
+\xf2\x88\x14\x0e\xb4\x78\xbd\xb5\x52\x08\x01\xa5\xd4\x86\x70\x66\
+\x86\xd6\x1a\x65\x65\xe5\x28\x2d\x2d\xcb\xe7\x6c\xdb\x7e\xcc\x44\
+\x45\xc5\x16\x3b\x16\x5b\x7a\x57\x12\xa8\xa1\xb8\xa8\xf8\xb1\xa2\
+\xe7\x09\xad\x35\xca\x4a\xcb\xe4\xca\x72\x6c\xa7\x54\x5a\x7b\x0a\
+\x0b\x8b\x1e\x71\xab\xb5\x7e\x6e\xb8\x61\x38\xc1\x40\xa5\x24\xa2\
+\x8c\x6d\xdb\xf2\x59\x1c\xff\x57\x63\xc3\x30\xc0\x9a\xb7\x48\x41\
+\x14\x4b\xa5\x52\x05\x4f\x0b\xce\x64\x32\x50\x5a\xc1\x69\x38\x37\
+\x6d\x0a\x02\x49\x06\x2d\xa4\xd3\x96\x77\xb3\xc5\xe5\xdc\x2d\x2f\
+\xc7\x30\x31\x39\xae\x16\x17\x17\x84\x95\xb2\xa8\xb2\xaa\xca\xae\
+\xae\xf2\x48\xaf\xb7\x36\xdf\x04\x00\x92\xc9\x04\x40\x14\x96\x9a\
+\xd5\x03\xcb\xb2\x36\x5d\x9e\xd2\x0a\xc1\xe0\x14\x82\x77\x02\x5c\
+\x5c\x5c\x42\xcd\x4d\x2d\x14\x0c\x06\x86\x57\xe2\xcb\x73\x2b\x2b\
+\x2b\x47\x03\xc1\x49\xb7\xc7\xe3\xa5\x9a\xea\x1a\x32\x0c\x03\xd1\
+\x68\xc4\x66\xad\xaf\x4a\x30\x1e\x24\x53\x49\x5b\x29\x25\xd7\xcf\
+\x2e\x99\x4c\x60\xf4\xe6\x88\x5a\x4d\xac\x8a\x97\x77\x35\xd1\xce\
+\x86\x46\xd2\x5a\x23\x6d\x3d\x74\xb7\xb7\xb7\xbf\xdf\xdd\xdd\x5d\
+\x64\x9a\xf2\x78\xf4\x7e\xf8\x44\x24\x12\x6a\x00\x00\x12\xf4\x8f\
+\x2d\xf9\x8c\x64\xf0\xf7\xb1\xd8\xd2\xf1\x78\x3c\x0e\xd3\x34\xf3\
+\xd0\x70\x24\x84\xf1\xf1\x31\xe5\x36\x4d\xb4\x1e\x6a\xa3\x92\x92\
+\x52\x28\xa5\x72\x3f\xae\xd1\xeb\xf5\x16\x84\xc3\xe1\x04\x80\x8b\
+\x00\x2e\x9e\xff\xe2\x7c\xa3\xc8\xea\xca\xdb\x13\xc1\x91\xfe\xfe\
+\xfe\xb4\x2c\x74\x97\x5c\x4a\x67\x12\xf1\xe0\x9d\xa9\x92\x5d\x2f\
+\xbd\x02\x2b\x6d\x61\x7a\x3a\xa8\xc3\x91\x90\x78\x71\x47\x03\xef\
+\xdb\xbb\x5f\x12\x51\x1e\x0a\x00\xc2\x21\x0a\xdb\xda\xda\x5a\x01\
+\x5c\xce\xe5\xba\x3e\xee\x0a\x10\x51\x35\x80\x6f\x07\x06\x06\xa6\
+\x65\x47\x47\xc7\xc3\xde\xbe\x9e\x9e\x7b\xa1\xbb\xe7\x23\xd1\xb0\
+\xb6\x6d\xdb\x61\x18\x06\xbf\xfd\xd6\x21\xd4\xd5\x6d\x93\x4a\xa9\
+\x3c\x34\x14\xba\x87\x89\xc9\x5b\x99\x44\x22\xe1\xac\xaf\xaf\xf5\
+\x6c\x70\xe8\x3e\x02\x70\x98\x99\x33\x94\xdb\xe6\x85\x0b\xe7\x9a\
+\xd3\x19\xf5\xe5\xb1\xa3\xc7\x0e\xd6\x78\xbc\x20\x22\xd8\xb6\x0d\
+\xa5\x14\xb2\xd9\x2c\x6e\x8c\x5c\xe7\x99\xd9\xbf\x89\x88\xbe\x23\
+\x46\x6f\x67\x67\xd7\xaf\xeb\xa9\x44\x74\x0d\xc0\x7b\xcc\x1c\x12\
+\xb9\xa4\xcf\x77\x76\x0c\x9a\xbe\xaa\xdf\xbe\x03\x52\xca\x7c\x71\
+\xca\x4a\xe1\xa7\x9f\x7f\x54\xb3\x73\x33\x59\x00\x1f\x9c\x3e\xd5\
+\x75\x78\x23\x68\xee\xe0\x01\xa8\x04\x00\xb9\x36\x3b\x3e\x3e\x7e\
+\x6d\x71\x71\x51\x97\x97\x97\x0b\x00\x98\x9d\x9b\xc1\xf0\xef\xbf\
+\x69\xa5\xd4\x03\x62\x3e\x72\xba\xf3\xcc\xe8\x26\xc0\x9c\x5c\x39\
+\x70\x7e\x14\x39\x0d\x0d\x0d\x86\x0b\x0a\xcd\x9a\x50\xf8\x9e\x8a\
+\xc5\x62\x0e\x87\x70\x0c\x25\x9d\xe9\x0f\xfd\x1d\xfe\xf8\x13\xa0\
+\x20\xa2\xeb\x00\xce\x31\xf3\x15\xb9\xfe\x71\x72\x6a\x22\x62\x16\
+\x14\x08\xcd\xfa\x07\x01\x1a\x3c\x75\xd2\x77\xe5\x49\xc0\x35\x5a\
+\x02\x90\x04\xd6\x8d\x02\x00\x94\x8d\x37\x4f\x9e\xe8\x4c\x3f\x03\
+\x6c\xad\x62\x00\x56\x01\xe0\x7f\xdf\xe0\xb5\x01\xe0\x13\x00\x4e\
+\x66\x86\xd8\xbc\xf9\xd3\x8b\x88\xf6\x11\x51\x08\x40\x94\x99\x33\
+\x00\xf0\x2f\x61\x1b\x59\xed\x8e\x62\x0b\xc3\x00\x00\x00\x00\x49\
+\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x06\x99\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\x24\x00\x00\x0e\x24\
+\x01\xdd\x11\xe6\x75\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x13\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x70\x6f\x6c\x79\x67\x6f\x6e\x20\
+\x73\x70\x6c\x69\x74\x94\xa9\x46\x70\x00\x00\x00\x26\x74\x45\x58\
+\x74\x41\x75\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\
+\x7a\x63\x7a\x65\x70\x61\x6e\x65\x6b\x2c\x20\x41\x6e\x69\x74\x61\
+\x20\x47\x72\x61\x73\x65\x72\xec\x4e\x20\xdf\x00\x00\x00\x18\x74\
+\x45\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\x6d\x65\
+\x00\x32\x30\x31\x31\x2d\x30\x34\x2d\x32\x30\xdc\x34\x3a\x71\x00\
+\x00\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\x68\x74\
+\x00\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x2d\
+\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\x70\x3a\
+\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\
+\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\
+\x79\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\x00\x05\
+\x43\x49\x44\x41\x54\x48\x89\x9d\x95\x5b\x6c\x54\x55\x14\x86\xff\
+\x75\xce\x9e\x73\x66\x7a\x7a\x99\x32\xa5\x53\x3a\x85\xd2\x76\xb8\
+\x14\x28\xa8\x50\x4a\xc4\x82\x51\x31\x51\x13\x95\x18\x78\xb0\x0f\
+\x46\x78\x52\x23\x81\x88\x0d\x60\xb4\x69\x22\x05\x4a\xd5\xd1\xf8\
+\xa2\x3e\x78\x37\x46\x1b\x4d\xb8\x44\x53\x23\xc5\x0b\x17\xa1\xc1\
+\x48\x29\x83\xa4\x50\x7a\x99\xc2\x74\xa6\x17\x3a\x33\x9d\xe9\x99\
+\x73\xf6\xf2\x01\x8b\xa8\x05\x1a\xd6\xce\x7e\x5a\x7b\xfd\xdf\x5a\
+\xff\xc3\x5e\xc4\xcc\xb8\x93\x68\x6c\xda\xb9\x89\x48\xdd\x0e\xa0\
+\xdb\x02\x6f\xd8\xfe\xd2\xf6\xb3\x0d\x81\x86\x19\xc2\xa6\x8f\x89\
+\xe9\x1e\x1b\xf2\xfd\x6d\x5b\x77\xec\xa0\x3b\x01\x34\x36\x36\x16\
+\x32\x59\xbd\xfe\x32\xbf\x12\x1e\x08\x73\x3c\x1e\xef\x93\x90\x87\
+\x08\x54\xa9\x6b\x7a\x79\x59\x69\x19\x9d\x0d\x9e\x85\x24\x5a\xa1\
+\x4c\x14\xd5\xd7\xd7\x3b\xf7\xec\xd9\xb3\x04\x00\xdd\x0e\x20\xa5\
+\xd4\x88\x88\x9c\x4e\x27\x84\x10\x04\x50\x26\x98\x66\x83\xc9\x2d\
+\x84\x80\xcb\xe5\x02\x00\x28\x24\x75\x62\x66\xec\x7a\x63\xd7\x7c\
+\xc1\x74\x54\xb2\xcc\x55\x54\xb5\x63\x2c\x96\x5a\x5e\x57\x57\x37\
+\x76\x6b\x8b\x76\xfd\x0e\x60\x09\x11\x85\xd8\xb6\x9f\xaa\xad\x7d\
+\xe5\xc4\xee\xdd\xbb\x4b\x55\x07\x0e\x4a\x29\xe7\x2a\xa4\x7c\xf6\
+\xf2\xd6\x6d\xcf\x10\x33\x63\xcf\xde\x86\x80\x61\x18\x2f\x54\xaf\
+\xac\x16\xdf\xb7\x7c\x8f\x81\x81\xe8\x07\x7d\x7d\xbd\xe7\x99\x59\
+\x10\x91\x03\x92\x23\xb6\x40\x4b\xf3\xe7\xcd\x17\x01\xa0\xa1\xa1\
+\xc1\xab\x3a\xd0\x0d\xf0\x6b\xa9\x31\xab\xa9\xae\xae\x4e\xde\x08\
+\xaf\xaf\xaf\xcf\x98\x68\x90\x98\x19\x8d\x4d\x3b\x37\x2b\x8a\x68\
+\x2a\xf2\x15\xa9\xdd\x3d\xdd\x08\x8f\x45\x92\x22\x47\x08\x52\xae\
+\x9d\x58\x78\x34\x39\x78\x69\x48\x25\xc2\x30\x80\xfd\xfe\x52\x7f\
+\x6e\xa6\x61\xac\x21\x16\x33\x6b\x6b\x6b\x63\xb7\x9a\x94\x98\x19\
+\x35\x35\x35\x4b\x0b\x7c\xf9\x47\xf2\xbd\xd3\x35\x52\x88\x0a\x1e\
+\xf3\x81\x99\x61\xdb\x36\xa4\x2d\x61\x5b\x36\x6c\xcb\xc6\x50\xcf\
+\x10\x82\xfb\x3a\x78\x61\xf9\x02\x8a\x44\x22\x08\x47\x07\xce\x31\
+\x10\x02\x23\x0f\xe0\x69\xd2\x92\x5e\x55\x55\x8e\x9b\xb6\xfd\x62\
+\xf3\x17\xcd\xa7\x01\x80\xd6\xad\x5b\xe7\x52\x9d\xd4\xbd\xe4\x89\
+\xbb\xf2\xf2\x4b\xf2\x29\xf2\x63\x18\xee\x65\xd3\xa0\x15\xe8\xd7\
+\xc4\xff\x86\x48\x4b\xa2\xe3\x40\x7b\x4a\x1f\xd3\x7a\xbc\x5e\x6f\
+\xe9\xb9\xce\xf3\x66\xf1\xea\xe2\x0c\x73\x2c\x0d\xa1\xab\x10\x4e\
+\x07\x1c\x2e\x07\xa2\xe7\x23\xb2\xff\x54\xdf\xf0\x95\x50\xa4\xa0\
+\xb5\xb5\xd5\x52\x20\xf0\x9c\x67\x96\x27\xa3\x70\xb1\x8f\x44\x96\
+\x03\x7a\x81\x13\x89\xce\x18\x98\x19\x2c\xff\xb9\x3d\x27\xbb\xad\
+\xa1\x4b\xc3\x21\xaf\xd7\x9b\x01\xe6\x4f\x13\x57\xe3\x2e\x63\x7a\
+\x26\x3c\x65\x1e\xe4\x14\xb9\x61\xe4\x19\xd0\x0c\x0d\x85\x77\xfb\
+\x14\xa7\xdb\xa5\xe5\x79\xf3\xd6\x02\x80\xe2\xd0\x95\x8d\x25\x2b\
+\xcb\x8c\x09\xcf\x32\xcb\xb2\x90\x1e\x49\xc3\x8c\x8e\x43\xb2\x04\
+\x4b\xc6\x60\x57\x14\x97\x8e\x76\x25\xe6\xcc\xf1\xbf\x0b\xc0\x47\
+\xe0\xbd\xa4\x50\x5a\x5a\x72\x52\xdf\xbd\x0b\x0b\xb2\x1c\xba\xba\
+\x11\x00\x14\x80\x0c\xcd\xd0\xae\x27\x85\xc7\x01\x91\xed\x40\xb2\
+\x2b\x01\x96\x0c\xc9\x12\x17\x7e\xba\x10\x63\x4b\x6e\x34\x9c\xae\
+\x0d\x0e\x4a\xfe\xbc\xda\xf7\x6a\x88\x88\x4c\x69\x4f\x0e\x10\x4e\
+\x01\x21\x38\x0f\x00\x14\x66\x76\x0a\x4d\x00\xc0\x75\x5b\x9c\x25\
+\x2e\x98\x11\x13\x76\xdc\x42\x22\x9a\x40\x72\x64\x0c\x55\x55\xc5\
+\x02\xa0\x8a\x45\xd3\x9b\x2b\xbd\xc5\x73\x0f\xb9\x9c\xac\xdb\xa6\
+\x3d\x29\x40\x11\x0a\x72\x32\x52\x0b\x31\xb0\xb6\x4c\x10\xe8\xcc\
+\xe0\xa5\xc1\x7c\xc3\x63\xd0\x84\xdf\x9a\x57\x87\xa2\x29\x48\xf5\
+\xa4\xd0\xd7\xd5\x6b\x12\xf8\x13\x29\x33\xb7\xe4\x66\x44\xcd\x07\
+\x1f\x99\x97\x01\x60\x69\xc5\x7c\xe0\x72\xef\x08\x5c\xb9\xae\xff\
+\x01\xa4\x25\x91\x9b\xab\x3b\xdb\x0e\x1f\x6c\x55\xcc\x94\x15\xb8\
+\xf0\x4b\x67\x9c\x99\xc1\xcc\x90\x52\x82\x99\xa1\xcd\xd4\x91\xbe\
+\x32\x8e\xc1\xce\xa8\xf4\xcf\xf1\xef\xb3\x59\xaf\xaa\x5c\x3c\xd4\
+\x3b\x21\xf2\xd8\xfd\x16\x22\xed\x7d\x98\xcc\xa6\xd1\x9e\x41\xdc\
+\x35\xcf\x42\xda\x1c\xcf\x53\x48\xd2\x77\xc9\xd1\x64\xea\xf2\x99\
+\x7e\x9e\x10\x97\x52\x82\xb3\x01\xb6\x99\x67\x16\x15\x1d\xce\x74\
+\x65\x6d\x54\x29\x1d\x52\x87\x0e\xe4\x4d\x88\xf8\x8b\x19\x25\x45\
+\x12\x91\x60\xf8\x5f\xe2\x91\x73\x61\x8c\x85\x86\xb0\x6a\xb9\xc4\
+\xd2\x87\x1e\x6d\x52\x3b\x3a\x3a\xf8\xab\x2f\xbf\x3e\x14\x3e\x7f\
+\xa5\x26\x39\x92\x64\x33\x6e\x8a\xfe\xf6\x7e\xf3\x5c\x4b\x30\xed\
+\xce\x71\x77\xe5\x64\x67\x2f\x23\x85\x16\x69\x34\xfa\xc5\xc2\xd9\
+\x9d\xa5\xb9\xf9\x05\x59\x13\x62\x25\x45\x12\xfb\xbf\x8d\xc3\x39\
+\x2d\x13\x89\x68\x02\xfd\xc7\x2e\xc0\xec\x8f\x60\xc7\xf3\x69\xe4\
+\x7b\x18\xa7\x7f\x3d\x3c\xf3\xfa\x77\xbd\x7e\xfd\x7a\x9f\xa2\xd1\
+\x26\x45\xd0\x5c\x69\xcb\x6e\x8d\x9c\xef\x2d\x5a\x5c\xde\x56\x38\
+\xa3\x30\x23\x9e\x48\x20\x16\x1b\x3d\xbe\xf9\xe9\x23\xaa\xa2\xaa\
+\x95\x37\x76\xdc\x7a\x4c\xc1\x37\x3f\x08\xcc\xc8\x07\x56\x2c\xb1\
+\xb0\xba\x4a\x42\x55\x00\x66\x89\x93\x2d\x07\xcd\x9b\xee\x83\x40\
+\xa0\xde\x6d\x5a\x5a\xa4\xbc\x7c\x81\x18\xbd\x7a\x15\xe1\x2b\xdd\
+\xbd\x6b\xfc\x6f\x67\x2d\x58\x71\x9f\x7b\xd2\x82\x49\x22\x3d\x3e\
+\xbe\x4b\xb9\x59\x72\xf3\xe6\xba\x11\x80\x5f\x0f\x06\xcf\x5a\xa1\
+\xcb\xa1\x78\xa6\xe3\xe2\x9b\xba\x61\xa4\xa6\x2a\xce\xcc\x08\xb6\
+\x1d\x7b\xf2\xb6\x1b\x2d\x10\xa8\x77\x33\x67\x8f\x6f\xd9\xb2\x25\
+\x69\x85\x1f\xff\x8d\x48\x59\x3e\x35\x80\xc4\x89\x96\x03\xd6\x94\
+\x57\xe6\x91\x8f\xa8\x3a\xdb\xe3\xd9\xb7\xa0\x6a\xea\x16\xa5\x92\
+\x89\xbd\x37\xb5\xe8\xbf\x21\x19\x09\x4d\xd7\xcd\xa9\xbe\x07\x33\
+\x3a\xff\x38\xb5\x66\xca\x80\xea\x67\xf9\xd4\xac\xf9\x8b\x3a\xa7\
+\x3a\x31\x83\x11\x1f\x19\xae\x10\x53\xee\x08\x40\xfb\xd1\x9f\x86\
+\xed\x74\x3a\x75\xf7\xfd\x0f\xbf\x15\x6c\x3b\xf6\x64\x32\x16\xf3\
+\x57\x54\x3f\x10\xb8\xd8\x7e\x6a\x4d\x7c\x64\xb8\xa2\xe2\xde\x55\
+\xef\xf4\xfc\x19\x5c\x79\x35\x3a\x50\x39\x6f\xd9\x8a\xc0\x8c\x42\
+\xdf\x87\x7f\x01\xdd\x4e\x9f\x2c\x3d\x34\xee\x19\x00\x00\x00\x00\
+\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x04\xd7\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x17\x00\x00\x00\x17\x08\x06\x00\x00\x00\xe0\x2a\xd4\xa0\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x54\x49\x44\
+\x41\x54\x48\x89\x95\x94\x6f\x50\x14\x75\x18\xc7\xbf\xbb\xfb\x3b\
+\xf6\xf6\x8e\xe5\xaf\xe7\xc2\x09\x38\x09\xa7\x25\x90\xc0\x00\x91\
+\x53\x70\x78\x25\xc4\x0c\x0a\xcc\x50\xa4\x4d\x8e\x4d\x64\xd3\xa8\
+\xbd\x28\xed\x2d\xd3\x8b\x02\x46\x67\x0a\x73\x52\xab\x19\x2a\xb5\
+\x90\xd4\x51\xca\x74\xcc\x19\x6c\xc6\x4c\x38\xfe\x3b\x80\x22\x47\
+\x02\x82\x7f\x3a\xe0\xf6\xb8\xdd\xbb\x5d\x6e\xb7\x37\xe5\x4c\xca\
+\xc4\xf6\xbc\xda\x17\x9f\xe7\x3b\x3b\x9f\xef\x33\x3f\x0a\x8f\xcc\
+\x96\xd7\xb6\xec\x64\x18\x7a\x97\xb3\xf0\xf9\x73\x1d\xee\xae\x72\
+\xbf\x5f\x4c\x70\x3a\x9d\x75\x1d\x1d\x1d\x9c\x4f\x9c\x1b\xb2\x9a\
+\xa3\x7e\x6c\x6e\x6e\x0e\x3e\xba\xb7\xd8\x50\xff\x7c\xbc\xba\xf5\
+\xe5\xf7\xd6\x3d\xbd\xce\x95\x9a\x9a\xea\x64\x59\x33\xa7\x2a\x21\
+\xdc\xbd\x7f\x1f\x4a\x48\x41\xea\xaa\x54\x28\xaa\x02\xb7\xbb\x53\
+\xac\xac\xa8\x3a\x70\xf8\x8b\x23\xf6\x79\x51\x3c\xab\xeb\x74\x5b\
+\x6b\x6b\x6b\xb8\xba\xba\x9a\x03\x00\x8a\xd2\x4a\xc2\x34\xa6\x4f\
+\x7e\x7f\xf2\x1a\x00\x30\x00\x50\x5b\x5b\x9b\xc5\x71\xe6\x6f\x4a\
+\x4b\x4b\xd3\x15\x45\x31\x9d\x3b\xff\x33\x26\xef\x4d\x00\x3c\x0d\
+\x99\x09\xa2\xbb\xb3\x1b\xb2\x1c\xc4\x5b\x6f\xee\x60\x63\x62\x62\
+\x0b\xf9\xc8\xc8\x6c\x1d\x28\xdd\xf3\xfe\x9e\xb5\x77\xa6\x27\x4e\
+\x59\xad\x96\x5d\x0d\xf5\x8d\x05\xe3\x93\xe3\xef\xc6\xc5\xc6\x6e\
+\xfe\xf8\xa3\xfa\x93\x29\x29\x29\x7e\xaa\xba\xba\x3a\xcd\xe5\x2a\
+\xfa\x34\x3f\xff\x99\xb2\xe1\x9b\xc3\xb8\x78\xe9\x17\x3c\x5b\xbe\
+\x1e\x31\x49\xb1\x90\x54\x09\xb2\x2a\x43\x0a\x49\xb8\x79\xee\x06\
+\x9c\x79\x4e\x6c\x28\x76\x81\x10\x02\x8a\xa2\x16\x77\x01\xe0\xd8\
+\xf1\xa3\xde\xdf\xaf\x5d\x6d\xa2\x59\x2e\xe2\x43\x45\x5d\xd8\x28\
+\x49\x12\xce\x5f\xb8\x80\xa2\x57\x9c\xb0\xda\x23\x21\x86\x44\x88\
+\x41\x11\x01\x25\x00\x9d\xd2\x91\x98\x6f\xc7\xe5\x2b\xed\xa0\x69\
+\xfa\x3f\x83\x01\xc0\xe5\x7a\x21\xde\x62\xb5\xd6\x10\x4d\xd7\x4a\
+\x32\x33\xd2\x49\x5f\x7f\x1f\x52\xd6\xae\x04\x78\x0a\x62\x50\x84\
+\xa4\x4a\xd0\x75\xfd\xe1\x82\x35\xde\x0a\xdf\xac\x0f\x34\x4d\x2f\
+\x59\xa4\xb0\x5c\xc0\xf6\x6d\x6f\x9c\x27\x2c\x1b\x21\xf3\x7c\x14\
+\x08\x21\xf0\xcd\xce\x61\xc6\x37\x03\x8d\x68\x8f\x2d\x04\xc5\xa0\
+\xa1\x60\x00\x50\x14\x05\x4d\x07\x3e\x79\x87\x94\x95\x94\x1d\x50\
+\x55\xb5\x3e\x27\x3b\x07\xde\x59\x2f\xdc\xdf\x76\x80\xb5\x9a\x61\
+\xe6\xcd\xd0\xc3\x1a\x54\x59\x85\x3c\x2f\xc1\x6c\xe1\xf0\x52\x69\
+\xd9\x92\x4a\x00\x40\x14\x7d\x88\x8a\x8e\xee\xa4\x5e\xdf\xb6\xf5\
+\x4c\xb1\xb3\x78\x53\x56\x56\xd6\xdf\x45\x31\xf0\xfb\xfd\x08\x04\
+\x02\xe0\x38\x0e\x16\x8b\x05\x3c\x1f\x85\xe9\xbb\x53\xa0\x69\x1a\
+\xc2\xf2\x04\xf4\xf5\xf7\x22\x69\x45\x12\x1c\x8e\xd5\x8b\x86\x4f\
+\x4c\x4e\xa8\x6d\x67\xdb\x52\x89\xac\x48\x9f\xcd\xce\xcd\xac\xa1\
+\x69\x7a\x0d\x4d\xd3\x60\x18\x06\x36\xdb\x32\x24\x24\x24\x20\x14\
+\x0a\xa1\xb7\xaf\xc7\x1f\x15\x1d\x73\xec\xc4\x89\x96\x3c\x9e\x8f\
+\xfc\x49\xb0\xd9\xda\x6e\xde\xba\xb5\x5d\x58\x2e\xc8\x8e\x34\x47\
+\xfc\xd8\xed\x3f\xaa\x2a\x36\x57\x46\x39\xd2\x1c\x00\x00\x4d\xd3\
+\xf0\xf9\xa1\x83\x41\xef\x83\xd9\x95\xcc\xe0\xf5\x61\x4f\x91\xab\
+\xd8\x33\xe6\x19\xad\x74\xa4\xad\x36\x11\x42\xc0\x30\x0c\x00\xa0\
+\x71\x5f\x83\x6f\x68\x70\xe8\x6b\x39\x10\xdc\x5d\x93\x77\x30\x2e\
+\xd3\xde\xf5\xf6\x93\x76\x77\x56\x4d\x95\xf9\x92\x10\xfe\x61\x77\
+\x62\xe4\xaf\x8a\xb4\x40\xae\x68\xbe\xf6\xb4\xc1\xd1\x39\x75\x64\
+\x74\xda\xc4\x50\x92\xfe\xe7\xe4\x85\x07\x4d\x3b\x23\x3e\xa0\x00\
+\xa0\xbc\xbc\xdc\x12\x1b\xc7\x9f\x49\xcf\xc8\xb4\x25\x08\x89\xc2\
+\x6f\x57\xaf\x58\x92\x57\x24\x1f\xea\xea\xea\x69\x3c\x7d\xfa\xb4\
+\x57\xaf\x03\x7d\xcd\x41\x66\xd2\x0b\x0a\xa3\x4d\x2c\x0b\x62\x8a\
+\x40\x48\x96\xc0\x10\x13\x88\xc9\x84\x90\x2c\xc1\x33\xc1\x62\x60\
+\xc4\x8c\xdc\x0c\x19\xc9\x89\x61\x8c\xf6\xf7\x7c\xf7\xaf\x76\xea\
+\xea\xea\xe8\x81\x1b\x03\x19\x44\xd3\xd9\x96\x96\x53\x6e\x00\x0f\
+\x6f\x51\xbd\xb7\xa9\x81\x02\xb5\xd7\xc8\xb5\xa8\x4a\x08\xbd\xed\
+\x17\x7d\x4b\x57\x0f\xc0\x7d\x18\x26\x2d\x86\x9b\xc8\x71\x6e\x14\
+\x8c\xf0\x00\x70\xf7\xf6\xe8\x7e\x63\x87\x0b\x40\x0b\x87\x23\x0c\
+\xb3\x9a\x06\x9f\xd7\x9b\x66\xe8\xcf\x81\xff\xaf\xa5\xe7\xf2\x45\
+\x1f\x63\x04\x76\x1f\x86\x69\x6a\x6a\xec\xb8\xfd\x09\x07\x67\x84\
+\x67\x18\x02\xc2\x46\x34\x19\xd6\x42\xd1\xcc\x82\x51\x56\xd3\x34\
+\xcc\x4e\x4d\x67\x1a\x0a\xcf\xdd\x01\x35\xdb\xf9\x62\xb3\xd1\xf0\
+\xf0\x82\x0a\xd1\xe7\x5d\x6f\x58\xcb\x9d\x49\x4f\x8b\x7d\x95\xc3\
+\x6c\x84\x67\x18\x02\xce\x6c\xd9\x67\x58\x0b\xc3\x98\x64\xa3\xac\
+\xa6\x69\xb8\x37\x39\x9e\x6f\x58\xcb\x53\x05\xcf\x1d\xd5\xb4\xc7\
+\x9f\xe2\xc5\x66\x41\x55\x30\x2f\xce\xe4\x1a\xd2\x02\x00\x15\x05\
+\x77\x36\x8c\xdf\x18\x5a\xcf\xc7\xc5\x7d\x35\x76\xbd\x8f\xf6\xf4\
+\x77\x0b\x7c\xbc\xed\xcb\xb1\x81\x1e\xe2\xe9\xef\x11\x62\x96\xd9\
+\x8e\x8c\xf4\x75\xb3\x63\x03\xbd\xb6\x58\x21\x71\xbf\x1c\x98\xdf\
+\xfb\x17\x61\x1d\xcb\xf6\x3b\x0b\x6d\x7e\x00\x00\x00\x00\x49\x45\
+\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x77\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x13\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x70\x6f\x6c\x79\x67\x6f\x6e\x20\
+\x6d\x65\x72\x67\x65\xce\x35\x4b\x38\x00\x00\x00\x26\x74\x45\x58\
+\x74\x41\x75\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\
+\x7a\x63\x7a\x65\x70\x61\x6e\x65\x6b\x2c\x20\x41\x6e\x69\x74\x61\
+\x20\x47\x72\x61\x73\x65\x72\xec\x4e\x20\xdf\x00\x00\x00\x18\x74\
+\x45\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\x6d\x65\
+\x00\x32\x30\x31\x31\x2d\x30\x34\x2d\x32\x30\xdc\x34\x3a\x71\x00\
+\x00\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\x68\x74\
+\x00\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x2d\
+\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\x70\x3a\
+\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\
+\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\
+\x79\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\x00\x04\
+\x21\x49\x44\x41\x54\x48\x89\xad\x94\x5d\x68\x5c\x45\x18\x86\xdf\
+\x99\x39\xbb\x9b\xcd\x6f\xb7\xf9\x69\x93\x68\x1a\x35\x4d\x62\x4b\
+\x92\x4a\x5a\x09\x5e\x45\x5a\x94\x4a\x11\x95\xf4\x74\x2f\x82\x04\
+\x11\x82\x78\x27\x0a\x45\x54\x88\xe0\x55\x40\xbc\x50\x41\x04\x8b\
+\xad\xa5\x87\x93\x8d\x0a\x6a\x85\x8a\x29\xd8\x94\x12\x4d\x63\x68\
+\x25\x8d\xd9\xe6\xb7\x9b\x6c\xb2\x9b\xbf\x6e\xf6\xa7\x67\xf7\xcc\
+\x7c\x5e\x24\xbb\x24\xa6\xe2\x06\xf2\xc2\x70\x2e\x66\xe6\x7d\xbf\
+\x79\xce\xc7\xc7\x88\x08\x69\xe9\xde\xb6\x53\x8e\x1c\xc7\xc7\xd2\
+\x96\x95\xa4\xc8\x41\x8a\x34\xe1\xd4\x42\x00\xfd\x20\x93\xf2\x3b\
+\x00\x57\x4d\xc3\x97\xd8\x38\x9b\x07\xa0\x85\x71\xd6\x2a\x9c\xe2\
+\x24\x49\xaa\x66\x9c\xad\x82\x61\xc6\x7e\x60\x9f\x07\xf0\xad\x69\
+\xf8\x22\x8c\x88\xa0\x7b\xdb\xaa\x1c\x39\x8e\xef\x1d\xb9\x8e\xda\
+\xc3\x2f\x34\xe4\x79\x1e\xf5\x80\x71\x06\x70\x60\x6d\x21\x82\xb0\
+\x3f\xac\xe6\x47\x82\xb1\x68\x28\x2a\x48\xe1\x3a\xb8\x72\x33\x62\
+\x2d\xc2\xa5\xa9\xc2\x47\x0a\x45\x69\x6d\x99\x70\x7b\x72\x21\x93\
+\x36\x12\x2b\x09\x2c\xfa\xc3\xd1\xc8\x6c\x84\x29\xa9\x8e\x6b\x00\
+\xa0\xb9\xb4\x0b\x55\x47\x0f\x34\xd6\x3f\xf7\xa4\x60\x8c\x01\x04\
+\x48\x29\xa1\xa4\x42\xee\xde\x3c\x48\x7b\x9e\xaf\x85\xd6\x0a\x40\
+\x00\x18\xca\x41\x6c\x81\x00\x4d\x49\x85\xe5\xf1\x65\x54\xb5\x54\
+\xc3\x95\xef\x02\xe0\x42\x6e\x71\x1e\x8a\x6b\x4a\xf2\x97\xc6\x97\
+\x30\xf9\xdb\xc4\x57\x9a\xee\x6d\x7b\xd1\x5d\xe4\x6e\xae\x3b\x51\
+\xbf\x6e\x0e\x40\x91\x02\x29\x82\x52\x0a\xfe\xab\x63\x98\x1e\x98\
+\x42\x59\x7d\x19\x42\xa3\x21\x98\x86\xaf\x61\x03\x11\x35\x77\x1c\
+\x83\xb5\x66\x6d\x98\x6f\x95\xa7\xda\x83\xbb\xbf\xda\xf5\x9a\xe6\
+\xd4\xbe\x68\x7c\xa9\x29\x8f\x0b\x0e\x00\x20\xa2\x75\x73\x52\x88\
+\x2f\xc7\x31\x3d\x30\x85\x8a\xa6\x4a\x54\x36\x57\x22\x34\x1a\x82\
+\x7e\xe6\xf4\x15\x70\xe5\x06\x18\x66\x6e\x4c\xc3\xf3\x98\x07\xee\
+\x3d\xee\x6d\x01\x5c\x70\x80\xc0\xb9\xb4\x65\x69\x69\x4d\x59\x66\
+\x83\x14\x65\x56\x4e\x61\x0e\x5a\x5e\x7f\x06\xce\x7c\x27\xfe\x38\
+\xf7\xfb\xfa\x01\x46\xe5\x20\x66\x01\x40\xf8\xef\x10\x46\x7f\xbc\
+\x03\x2b\x6a\x6d\x0b\x48\x4b\xe3\x82\xdb\x00\x44\xa6\x7a\x5a\x47\
+\x93\x7e\xc5\xec\x70\x00\xf7\x06\x67\x50\x5a\x5b\x8a\xf0\x58\x38\
+\x6b\x44\xca\x56\x00\x83\xd2\xb8\xc6\x6d\x00\xae\x74\xf5\x4a\xa9\
+\x4c\x48\x62\x25\x81\x7b\x83\x33\xd8\xdf\x50\x8e\x8a\xa7\x2a\x10\
+\x1e\x0b\x67\x8d\x28\xb6\x18\x83\x70\x68\x93\x5c\xa6\x24\x4f\xc6\
+\x93\x19\xf6\x9b\x97\xab\xc0\x85\xa3\x1d\x4f\xc3\x99\xeb\xc4\xd0\
+\xf9\x9b\x3b\x42\x74\x3f\xb0\x6a\x83\xa8\x8f\x0b\x87\x76\x2d\xec\
+\x0f\x65\x90\xfc\xfb\x15\xc1\x5b\x73\x98\x19\x98\x46\xc9\xc1\x12\
+\x00\x80\x69\xf8\x1a\x4c\xc3\x77\x02\x00\x9a\x3b\x8e\xa1\xf1\xcc\
+\x91\x6d\x88\x64\x4a\x62\xfe\x76\x30\x25\x53\xb2\x9b\xa7\x12\x49\
+\x23\x38\x12\x8c\x66\xb8\x6f\xfa\x26\x56\x13\x98\x1d\x0a\x60\xdf\
+\xe1\xfd\x78\xfc\xd9\x9a\x87\x76\xca\xc3\xf0\x04\x87\xe7\x24\x80\
+\x5f\x4c\xc3\xe7\xe7\x00\x2e\x87\xfd\x21\x91\x8c\x27\xb7\x54\x4e\
+\x8a\xe0\x2c\x70\xe2\x89\xd6\x1a\xc4\x16\x63\x91\xa1\xaf\x07\x63\
+\x5c\xf0\xc5\x4d\xe6\x91\xa9\xfe\x49\x2b\x15\x4f\x6e\x31\x5f\x99\
+\x5c\x46\xf0\xd6\x5c\x44\x26\xe5\x9b\x00\xc0\x4d\xc3\xb7\x00\x86\
+\x8b\xa3\x57\xee\x24\x36\xf3\x57\x29\x85\xf1\x3e\xff\x83\x89\x6b\
+\x13\xf7\x63\xa1\x35\xd3\x8a\x5b\x87\x94\x54\xe5\x99\x2e\x91\xea\
+\xe0\xe2\x58\xf8\xcb\xe1\x4b\x7f\x26\xa6\xfa\x27\xad\xf8\x72\x1c\
+\xb3\x37\x03\xf2\x6e\x9f\x3f\xaa\x6c\x75\xdc\x34\x7c\x81\xf5\x5f\
+\xb6\x3e\x8b\x8a\x84\x53\x0c\x94\xd5\xed\x3b\x50\x71\xa4\x32\x27\
+\xb6\x14\xc3\xf4\x8d\xa9\x68\x32\x6a\xf5\x53\x2a\x75\x56\x31\xf6\
+\x29\x88\x59\x50\xfc\x35\xd3\x34\x67\x36\x57\xac\x7b\xdb\xca\x84\
+\x43\xbc\x4f\x44\xaf\x32\xce\x7e\x96\x49\xf9\x91\x69\xf8\x6e\xa7\
+\xf7\x59\x7a\x9a\xea\xde\xb6\x02\xe1\x14\xdd\x8c\xb1\x93\x00\x02\
+\xb6\x65\x7f\x62\x1a\xbe\x1e\x00\xe8\xea\xea\xe2\x23\xa3\x7f\xbd\
+\x45\x8a\xde\x01\xa7\xb7\xcd\x4b\xbd\x17\xb6\x81\xff\x0f\xb1\xcd\
+\xe3\xfa\xff\xa4\xeb\xfa\x21\x70\xf5\x13\x81\xbd\xd7\x63\xf4\x5c\
+\xcc\xe6\x0e\xcf\xda\x1d\x80\x69\x9a\x23\x8a\xe1\x34\x03\x7d\x9e\
+\xed\x9d\x1d\x05\x78\xbd\xaf\x34\x71\xc2\x87\x20\x36\x90\xed\x1d\
+\x2d\x9b\x43\xba\xae\x3b\xc1\xd5\x39\x40\xb4\x12\x54\xf7\xde\x3d\
+\xc5\x9f\xed\x6a\x00\x84\x7c\x19\x60\x75\x90\xac\xa6\xc7\xec\x4d\
+\x64\x6b\x0e\x64\x89\x48\x0a\x5c\x07\xa1\x08\x5c\xf5\xea\xba\xde\
+\xb0\x93\x80\xac\xbb\xa8\xb3\xb3\xd3\xb1\x1a\x59\x7a\x83\x88\xbd\
+\xcb\xa0\x2e\xdb\x1a\x3e\xe8\xfd\xa6\x37\xb0\x6b\x01\x69\xb5\xb7\
+\xb7\x17\xa6\xa4\x75\x96\x88\x9e\x37\x0d\x5f\xf3\xae\x07\xec\x54\
+\xff\x00\x78\xa2\x6e\x11\xf0\x2c\xea\x6f\x00\x00\x00\x00\x49\x45\
+\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x6a\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xff\x00\x00\x0d\xff\
+\x01\xf4\x8a\xb2\x89\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xe7\x49\x44\
+\x41\x54\x48\x89\xa5\x95\x5b\x6c\x54\x55\x14\x86\xbf\x7d\x6e\x73\
+\x66\x98\x96\x32\x94\x5e\x64\x4a\x8b\x52\xf0\xa1\x78\x89\x16\x35\
+\x3e\x48\xbc\x12\x54\x22\x29\x19\x10\xa1\x09\x6a\xd4\x37\xe3\x83\
+\x1a\x1f\x34\xfa\xa4\x89\xc6\x4b\x34\x02\x5a\x8c\x41\xe3\xc3\x41\
+\xe1\x41\x8d\x01\x8c\x57\xe4\x26\x15\x6d\x2b\x97\xa2\x02\x6d\xc0\
+\x4e\x99\x32\x6d\xa7\x9c\x0e\x73\xf6\xc5\x87\xb6\x04\x83\x1a\x8a\
+\x7f\xb2\x1e\xf6\x25\xff\xbf\xfe\x95\xbd\xd6\x16\xc6\x18\x26\x90\
+\xc9\x64\xe2\xd8\x6a\x79\xc9\x94\xad\xb1\xd1\x57\xd8\xa2\x34\x5d\
+\xd8\xee\xa0\x6d\xdb\x47\x31\xb2\x4b\x96\x8a\xfb\xd1\xd6\x96\x20\
+\x08\xfa\xb8\x48\x88\x09\x81\xe5\xcb\x97\x65\x94\x70\xdf\xcb\x99\
+\xb9\x26\xeb\x2f\x4a\xce\xa8\xaa\xa5\xe1\xb2\xa9\xcc\x2a\x3f\xcd\
+\x74\xe7\x24\xbe\xfe\x93\xa1\xfe\xdf\x47\x3b\xbb\x3a\x6c\xd7\xf3\
+\x7e\x0e\xc3\x91\xb5\x28\xfb\xa3\x20\x08\x4a\xad\xad\xad\x53\xa2\
+\x68\x38\x65\x8c\x95\xd2\xda\x71\x82\x20\x68\xff\x9b\xc0\xb2\x15\
+\x2b\x9f\x8c\x4c\xec\xf9\xef\x79\x36\x71\x36\x36\x9b\xc6\x6a\x4d\
+\x63\x8d\xa2\xb1\x5a\xd1\x58\xa3\x69\xac\x56\xcc\xa9\x51\x18\x59\
+\x64\xd3\x27\x01\x9d\x5d\x1d\x84\x61\x08\x46\x64\x95\x92\x95\x80\
+\xf1\xbc\x58\xe4\xfb\xbe\x8c\xa2\x92\xad\xa2\x68\xef\xc8\x48\x71\
+\xd9\xe6\xcd\x9b\x07\x9c\x4c\x26\x33\xdb\x58\xee\x0b\x5f\xf2\x72\
+\xbc\x28\x2a\x69\x4c\x29\xd2\x29\x7d\x41\x78\xb6\xe1\xd5\x37\xdf\
+\x02\x1f\xee\x58\x79\x17\xbd\x47\x7b\xe8\xfc\xae\xa3\xfa\xb5\x17\
+\x5f\xc7\xb2\x2c\xa2\x28\x72\x64\x14\x11\x15\xf2\x6c\xfe\x68\xc3\
+\xcd\x1d\xc7\xfa\xda\x80\xa5\x56\x64\xc7\x5f\xea\x36\xf7\xba\x21\
+\x95\xe7\xc8\xea\xc6\x63\x62\x3d\x35\x61\xd8\xf6\xe5\x56\x06\xc3\
+\x3c\x4d\x77\xcd\x27\x8c\x85\xc4\xea\x7d\x46\xc3\x51\x8c\x31\x28\
+\x29\x51\x52\x22\xa5\x24\x9e\xeb\x66\xd5\x1c\xc7\x55\x5a\x2d\x6e\
+\x59\xdd\x52\xeb\x18\x23\xae\xea\xe3\x1a\x67\x46\xf9\x85\x59\xa7\
+\x53\x9a\x9a\xa9\x9a\xde\xde\x1e\x3e\xff\xe2\x33\xae\xcd\x5c\xc7\
+\x89\xe1\x13\x00\xe4\xba\x4f\x31\xab\xa1\x1e\x01\x44\x4a\xa1\x94\
+\xc2\x3b\x75\x04\x2f\x7b\x00\xff\xd4\x41\xe2\xc2\x8d\xa2\xb3\x7e\
+\xb9\x05\x26\xe1\xc5\x3c\xd2\xd3\x2e\x24\xaf\x4b\x69\x00\xd6\xb5\
+\xad\x23\x7d\x43\x1d\xc6\x1f\x7b\x10\x5a\x6a\x4e\xee\x3f\xc1\xad\
+\x0b\x6f\x43\x2a\x85\x92\x12\x31\xf4\x27\x5e\xf6\x00\x5e\xf6\xe0\
+\x58\x20\x15\xe0\x59\x42\x68\xb7\xe6\x5f\xb2\x77\x6c\x28\x8c\x14\
+\x18\xc8\xe5\x48\x5d\x31\x1d\x80\xd3\x7f\x0c\xf0\xd3\xc6\x7d\xa4\
+\xab\xeb\xb8\x66\xfe\xd5\x28\x29\xd1\xc5\x11\x62\x13\xc4\x7d\x07\
+\x70\xf3\xc7\xf1\x8c\x32\xda\xd6\x31\xc7\x46\x7f\x3a\x93\x5d\x0f\
+\xd6\xa5\xd2\xce\xf9\x75\x2f\x1b\xcf\x76\xcf\x9e\xdd\xc4\x92\x31\
+\x53\xe8\x2b\x88\x81\xdf\x72\x14\x7a\x86\x79\xf4\xa1\xc7\x98\x37\
+\x77\x1e\x4a\x29\xa4\x94\xf8\xe3\xc4\x5e\xdf\x98\x03\x85\xc5\x00\
+\xf1\x98\xa5\xac\x7e\xc7\x52\xd1\x5b\xf1\xc1\xed\xad\x33\x2b\xee\
+\x73\xd2\x29\x41\x5d\x4a\x53\x55\x3e\x56\x1a\xa5\x14\x9d\xbf\x76\
+\x44\xb2\x28\xdd\x23\xdb\x0f\xa3\xa5\x36\x9e\xeb\x0d\xb6\xbd\xf7\
+\xae\x2d\xa5\x4c\x26\xe2\x89\xe2\xbc\x59\xb5\xd6\x9d\xb5\xf8\x73\
+\x87\xc6\x1c\x08\x2d\xf9\x45\xd5\x60\x19\x73\x3c\x08\x82\x1e\x27\
+\x08\x82\xce\x15\xab\x56\x1f\x3a\x73\x74\x4b\x53\xba\xe9\x3e\x27\
+\x3d\x5e\xf7\x28\x8a\x58\xbb\xee\xed\xf0\xd8\xd1\x63\x7b\x4b\xa1\
+\x7c\xc8\xb2\xac\xc2\xa6\x4d\x1f\xe7\xcc\x78\x67\xae\x59\xb3\xc6\
+\x1f\x1e\x2d\x34\xfc\x72\xf8\xf7\x96\xae\x6e\xfd\x44\x95\x85\xb7\
+\x90\xca\x64\xda\xf2\xc4\x07\xa5\xf9\xa3\x67\x71\x37\x9c\x6b\xb4\
+\x96\xd5\x2d\xb5\x31\x62\x3f\x36\xd4\xcf\x9e\xb6\xa0\xf9\xfa\x44\
+\x3e\x9f\x57\xdf\x7c\xfb\x75\xc9\x18\xb6\xc6\x63\x89\xcc\xfa\xf5\
+\xeb\xa3\xff\x1a\x07\x99\x4c\xc6\x36\x96\xb9\xc7\x17\x72\xa9\x6d\
+\xf4\x4d\x45\xdc\x37\xb5\xb6\xd6\x06\x41\xa0\xce\x8d\x8a\x25\x4b\
+\x96\x24\xa6\x94\xc5\x1f\xf5\x5c\xaf\x59\x69\x7d\xba\x54\x8c\xda\
+\x82\x20\xf8\xf9\xdf\x48\x77\x7d\x28\xe6\x28\xc9\x9c\x7f\x3a\xb3\
+\x6d\xcc\x59\x87\xf6\x85\xf7\x9b\x9c\x38\x7f\xd8\x5d\x2c\x76\x6c\
+\x14\xef\x08\xc3\xc3\x80\x10\xc2\xc1\xf1\x2a\x98\x52\x79\x1d\xc3\
+\xd9\x1d\x18\x35\x8a\x31\x1a\xa0\x84\xe1\xf1\x49\x0b\xec\xda\x28\
+\x66\x6a\x43\x4f\x7c\xea\x95\x56\x2c\x39\x1b\x61\x39\xb8\x7e\x15\
+\xf5\xd7\xbf\xc2\x6f\x3b\x5a\x01\x30\x3a\x22\xcc\x77\x52\x1a\x3d\
+\x71\xdc\x9a\x6c\xf6\x5a\x53\x27\x84\x65\x95\x55\xdf\x82\xe5\x24\
+\xc6\x36\x85\x03\xc2\x02\x04\x00\x8e\x5f\x45\x72\xc6\x02\x30\xd4\
+\x3b\x93\x15\x00\x10\x76\x9c\x69\xe9\xc5\x24\x67\xdc\xc8\xd0\xc9\
+\xed\x54\xcc\x5c\x84\xed\x96\x53\xdf\xfc\x2a\x67\x72\xfb\xa8\xa8\
+\xbb\x9b\xec\xa1\xb7\x39\x7d\x7c\x0b\x93\x76\x00\x20\x84\x4d\xff\
+\x91\x36\xfa\x8f\x6c\xa0\xf2\xf2\x07\xd0\xf2\x0c\xfd\xdd\xeb\x71\
+\xfd\x2a\x2a\xd2\x8b\xe9\x6d\x7f\x86\xe1\xec\x77\x00\x97\x26\x00\
+\x1a\x2d\x43\xc2\x7c\x07\x00\x43\x7d\x5f\x31\x70\x2c\x20\x1c\xec\
+\xc2\xe8\x12\xe1\xe0\x01\xb4\x1c\xb9\x74\x01\x15\x8d\x70\x66\xa0\
+\x9d\xb2\xaa\x9b\x01\x48\xd5\x2f\xe3\xb2\xa6\xa7\x49\x56\x36\x63\
+\x39\x09\xa6\xa4\xae\xa2\x90\xfd\xe1\xff\x38\x80\xfa\x05\x6f\x60\
+\xbb\xe5\x74\x7e\xd6\x4c\xbe\xf7\x53\xca\x6b\x6f\xe5\x64\xe7\x4b\
+\x1c\xdc\x76\x3b\xd3\x66\x2d\xa5\x6a\xee\x23\xc0\x79\x7f\xf2\xc5\
+\x62\xc7\x07\xe2\x06\xa1\xd9\x2d\x84\x83\x31\x12\x80\x58\xb2\x81\
+\xa6\xc5\xbb\x69\x0f\x6a\xce\xdd\x13\xc2\xc6\x18\x35\x79\x07\x21\
+\x74\x01\xc3\x13\xe4\x63\x30\x68\x55\xfc\xdb\x3d\x63\x14\x46\xb0\
+\xf3\xd2\x3a\xf9\x7d\xb1\x5a\x08\x9e\x83\x7f\x1e\x15\x00\x46\xb0\
+\xd3\x18\x9e\xfa\x0b\x6d\x02\x7f\x4f\x65\xc8\xa6\x43\x00\x00\x00\
+\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x1a\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x97\x49\x44\
+\x41\x54\x48\x89\xa5\x94\x5d\x6c\x53\x65\x18\xc7\x7f\xe7\xab\x5d\
+\x3f\x68\xd9\x28\x63\x63\x1d\x91\xad\x99\xc3\x76\x18\x5d\x82\xdc\
+\x90\x20\x82\x22\x89\x98\xb1\x4c\x64\xa0\x11\x91\x61\xc0\x40\xb8\
+\x81\x41\x34\x99\x41\x09\x46\xbc\xf0\xc2\x44\xa7\x26\x2a\x04\x89\
+\x15\x86\x12\x63\x58\x32\x44\xd1\x0c\x24\x19\x31\x50\xc7\xc6\xba\
+\x15\x98\xfb\x60\x1f\xe9\xda\xae\xed\x7a\x4e\xcf\xf1\x02\x46\x36\
+\xb6\x0e\x8c\xff\xe4\x5c\x9c\xf7\xfc\x9f\xff\xef\x7d\xde\xf7\xc9\
+\x81\xff\xa9\x1d\x3b\x76\xcc\x99\xe9\xbb\x7c\xff\x42\xe5\x86\xca\
+\x52\xb3\xa4\xec\x16\x05\x71\xa5\xa6\x6b\x79\x7a\x5a\x37\xc9\xb2\
+\x3c\x66\x36\x67\xa9\x89\x44\xfc\xfd\xe3\xc7\xbe\x3b\x3c\xee\xad\
+\xab\xab\xcb\x8a\xc7\xe3\xa7\x80\x65\x0f\x04\xd4\xd4\xd4\x28\xb1\
+\x44\xa4\x5e\x14\xa4\x97\x7c\x5e\x9f\x69\xe1\xc2\x22\xd9\x31\xcb\
+\x81\x2c\xcb\x8c\x8d\x25\xe5\xae\x50\x17\x17\xfe\xbc\xb0\x13\x38\
+\xfc\x72\x75\x55\x8d\x01\x8f\x8d\x44\x46\x24\xbb\xcd\xee\x5e\xbf\
+\xbe\xc2\xa7\x8b\xe4\x0b\x69\x71\x3e\x90\x4e\x24\x52\x27\x4f\x9f\
+\x3e\x1d\x9f\x04\x88\x25\xa2\xdf\xcc\x9b\x9b\xb7\xf6\xb9\x67\x57\
+\x5b\x4d\x26\xd3\xa4\x5d\x58\xad\x36\x6c\x36\x3b\x92\x24\x8d\x00\
+\x08\xb2\xb4\xcc\xee\xb2\x56\xdb\x9d\x76\x43\x4b\x69\xc8\x76\xcb\
+\x1f\x26\x9b\x49\xcf\x72\x98\x65\x2d\xa1\x21\xf6\x47\xde\xad\xaa\
+\xaa\x7a\xdc\xef\xf7\xc7\x64\x80\xaa\x0d\x15\xab\x4c\x8a\xe9\x85\
+\xe7\x57\xaf\xb1\xca\xf2\x94\x53\xbb\xb3\x81\x58\x14\xb3\x62\x32\
+\x03\xe8\x6a\xba\xd7\x91\xeb\x14\xdd\x2e\x37\x83\xea\x20\x4f\x3c\
+\xf3\xa4\x63\xa2\xb7\xf3\x5c\x87\x3c\x14\x1c\x3e\x00\xec\x16\x01\
+\xb2\x14\x4b\xed\x53\x4b\x96\xda\x32\x85\xdf\x01\xc4\xb0\x58\xac\
+\x16\x00\x5d\xd7\x07\x2c\xaa\x45\xcf\xcf\xcd\x47\xb0\x0b\x53\xbc\
+\xf3\x7c\xf9\x59\x82\x28\xac\x03\x10\x01\x54\x4d\x5b\xb2\xa0\xb0\
+\x30\x63\x38\xc0\xe8\x68\x0c\x87\xc3\x61\xa9\xad\xad\xcd\x16\x04\
+\x29\xea\xc8\x72\x30\x10\x1e\x40\xcc\x16\xa7\x78\xcd\xb3\xcc\xe8\
+\x7a\xda\x75\x0f\x60\x18\x86\x49\x51\x4c\x53\x8c\x13\x15\x8d\x45\
+\xf1\x14\x7b\x1c\x86\x61\xac\xca\xcb\xcd\x2b\x2b\xf3\x2e\x16\x86\
+\x23\xc3\xc8\xd6\xa9\x5d\x8b\x92\x88\xa0\x0b\xca\x3d\x80\x2c\xcb\
+\x03\x23\x23\xe1\x19\x01\x91\x48\x84\xa2\xa2\x22\xc5\x66\xb3\xad\
+\x77\xb9\x5c\x2b\x0a\x0a\x0a\x04\x55\x50\xa7\xf5\x0a\xa2\x80\x61\
+\x18\xd2\xc4\x0e\x7e\x6c\x6b\x6f\x4b\x65\x0a\xd7\x75\x9d\x64\x32\
+\x49\x76\x76\x0e\x92\x24\xf9\xdc\x6e\xf7\xdc\x9e\x9e\x1e\x0c\xa7\
+\x31\xad\x3f\x3e\x34\x8a\xa8\x88\xbd\xf7\x00\xba\x16\x7f\x2f\xf0\
+\xf7\x55\xb5\xbf\xbf\x6f\x4a\x70\x30\xd8\xc1\xc9\x1f\x4e\x44\x2d\
+\x16\xcb\x98\x28\x8a\x28\x8a\x52\xe8\xf5\x7a\xe7\x5c\xb9\x72\x45\
+\xef\xeb\xec\x4d\x1a\xfa\x64\x48\x7a\x2c\x4d\xb0\xa9\x63\xd4\xd0\
+\xf4\x03\x00\x12\xc0\xd5\xab\x6d\xd1\x45\xbe\x92\x4b\xd7\xaf\x77\
+\xac\x1b\x1d\x8d\x1a\x23\x91\x88\x1c\x68\x0d\xc4\xcf\xfe\xd2\xa4\
+\xdd\xba\x75\xe3\x72\x24\x3a\xb2\xb7\xc4\xb3\xc8\x51\x5c\x5c\x5c\
+\xd2\xd7\xd7\xa7\x78\x3c\x1e\x02\x81\xc0\x6f\x37\xda\x43\x3d\xd1\
+\xbe\xc8\xdc\xd9\x0b\xb2\x15\x2d\xa9\x71\xbb\xad\x3f\xdd\x7e\xa6\
+\x2d\xa9\xab\xfa\x67\xc7\x8f\xf9\x0f\x02\x4c\x9a\xb1\x8a\x57\x2a\
+\x72\x4d\x9a\xfc\xba\x24\xc9\x79\xe9\xb4\x1a\xd2\x35\xe1\xa4\xdf\
+\xef\xbf\x09\xb0\x67\xcf\x9e\x8d\x5e\xaf\xf7\xeb\xdc\xdc\x5c\x29\
+\x95\x4a\xe9\xcd\xcd\xcd\xd5\xc1\x60\xb0\x41\xb6\x88\x9f\xa4\xd5\
+\xf4\x26\x41\x12\x93\xa2\xc0\xb9\x94\x96\x7e\xfb\xc4\xb7\x27\x02\
+\xe3\x99\x93\x46\xa0\xe1\x48\xc3\x6d\xe0\xd0\x74\xe7\xaa\xaa\xea\
+\xcf\xbd\xbd\xbd\xe9\xf2\xf2\x72\xa9\xb1\xb1\x51\x97\x24\x29\xee\
+\xf7\xfb\x53\xc0\xd6\xbb\xcf\xb4\x9a\x3a\xc4\x99\x35\xdb\xe5\x72\
+\x09\xa9\x54\x0a\x87\xc3\x21\x97\x94\x94\x7c\xb9\x7f\xdb\xb6\xc6\
+\x95\xe0\x9c\xa9\xe8\xa1\x01\x4e\xa7\xf3\x1d\x9f\xcf\xa7\xb4\xb6\
+\xb6\xaa\xa2\x28\x46\xdd\x6e\x77\x36\xdd\xdd\x4b\xd6\xc0\x5f\xbb\
+\xe0\x50\x39\x28\xd3\xd5\x65\xfe\x37\x4c\xd0\x36\xd8\x9c\x8e\x44\
+\xaa\x15\x45\xe1\x66\x28\xd4\x39\xd0\xd2\xf2\x53\x28\x27\x67\x57\
+\xd7\xd9\xb3\x5b\x12\xb0\xbc\x14\x5e\xb3\xc1\xd2\x05\x50\xd9\x00\
+\x43\x13\x6b\xa5\x07\x85\xef\x84\x83\x65\xb0\xaf\xa7\xb3\xb3\x29\
+\x14\x0e\xe7\x8d\xb5\xb7\xc7\xba\x4e\x9d\xaa\xf0\xb4\xb4\x54\x8a\
+\x9a\x96\xfb\x11\x6c\xc9\x87\x8b\x1e\xd8\x64\x86\x15\xbf\xc3\xd1\
+\x87\x3b\x13\x60\x3b\x6c\xfd\x14\x86\x76\xc1\x7e\x80\x0f\xe1\xd2\
+\x3e\xa8\xbf\x0b\xfe\xa0\x1e\x6e\xbf\x0a\x8b\x01\xb6\xc0\x1b\x5f\
+\x40\xac\xf2\xee\xfb\xb8\x32\xde\x41\x15\x48\x8f\xc0\x5b\x41\x68\
+\xfa\x18\x0e\xae\x85\x59\x56\x28\x08\x43\x17\x40\x2f\xd4\x0d\xc2\
+\xad\x62\xf8\xbc\x0a\x72\x22\x70\x1e\x10\x66\xc3\xa3\x13\x73\x32\
+\xde\x81\x0a\x65\x4e\x28\xbd\x0c\x3b\x01\xf2\x61\xa3\x04\xd6\x41\
+\xf0\x03\xf8\x21\x91\x0d\xdb\x4b\xe1\xc8\x52\x38\x9f\x82\x70\x18\
+\xfa\xbb\xa1\xe9\xa1\x3a\x10\x40\x93\x40\x37\xc3\x82\xe5\x60\x2f\
+\x84\xcd\xdd\x70\xd1\x0f\x1d\xe3\x9e\x7a\xb8\xd8\x0c\x4f\xff\x03\
+\xbf\xc6\xe0\x7a\x00\x36\x9c\x81\xe1\xfb\x72\x32\x6b\x2f\x34\x7a\
+\x60\x71\x14\xa2\x63\xa0\xb7\xc1\x8b\x5f\xc1\xb5\x99\x6a\xee\xd7\
+\x8c\x53\x34\x1f\xbe\x8f\x80\x1e\x86\x6b\x21\x78\xf3\x28\xdc\xfc\
+\x2f\xe1\x00\xff\x02\x17\xf8\xc6\x21\x10\x02\x8e\xe9\x00\x00\x00\
+\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\xdf\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x17\x00\x00\x00\x18\x08\x06\x00\x00\x00\x11\x7c\x66\x75\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\x5c\x49\x44\
+\x41\x54\x48\x89\x9d\x94\x5d\x4c\x5c\xc7\x19\x86\x9f\x99\x73\xce\
+\x02\xbb\xc0\x7a\x61\xc1\x18\x58\xff\x41\x0c\xd8\xc5\x86\x60\xd7\
+\x36\xb4\x0d\x8e\xe4\xd8\x38\x34\x8a\x22\x39\x51\xab\x56\x6e\x25\
+\xb7\x6a\x7a\x93\x56\xea\x4d\xa5\x36\x6a\x72\x51\xb5\x55\x2f\x2a\
+\x25\x6d\xa5\xf6\xc6\x21\x6e\xdc\x80\x42\x62\x5c\xa2\xc4\x49\xa9\
+\xdb\xca\x86\x10\x1b\x6c\x59\x6b\x7e\xfc\x83\x1d\xf0\x62\xc0\xb0\
+\xcb\x9a\x3d\xe7\xec\x9e\x3d\x67\x7a\x81\x4c\x23\x95\xca\x76\x5e\
+\xe9\x93\x46\x1a\xcd\xa3\x77\xde\xf9\xe6\x13\x4a\x29\xce\x76\x88\
+\x17\xf0\x68\x73\x3c\xed\xa3\xce\x81\xfd\x6b\x91\x79\x3f\xcb\x38\
+\xba\x96\xc9\x1a\x29\x5d\x73\x82\xf9\x79\x4e\xca\x4c\xb9\xaf\xb7\
+\xd4\x0c\xdb\x5b\xca\xa7\xea\x3c\xc9\x31\x03\x66\x5d\x45\x8b\xb3\
+\x9e\x63\xad\xad\x2a\xcb\x2a\x12\x4a\x29\xae\xf6\x6d\xba\xf4\xc9\
+\xe5\xfc\x6d\xff\x8e\xd6\xc9\xc2\x35\xa5\x62\xcf\xee\xaf\xe1\x2a\
+\x8f\xbb\x73\x73\x68\x9a\x4e\x41\x7e\x01\x73\x73\x31\x46\x47\xa3\
+\x78\xae\x45\xdd\xe6\x74\xb6\x66\x43\xc2\xf5\x99\x9f\x18\xb9\x46\
+\xfa\xa5\xdf\xbc\xf3\xcc\x1b\x46\xc0\xa8\xd0\x5c\x2a\x95\x92\x67\
+\x3b\x3b\x3b\x2d\x00\x31\x70\x5c\xff\x65\xcc\xf9\xea\x4f\x4f\x0f\
+\xae\xe7\x50\xdb\xb3\xf8\xfd\x7e\x4e\xbd\xff\x37\x4c\xcb\xa4\xb8\
+\x32\x8c\xeb\x66\x99\xb9\x39\x43\x7b\xdb\xd7\x69\xde\xdb\x4c\x3c\
+\x11\x67\x7c\x7c\x9c\xb1\xd1\x61\xc6\xc6\xaf\x63\xa7\x5d\x57\x4a\
+\xe9\x05\xfc\x81\x74\x20\x10\x50\xf3\x0b\xf3\x99\xb4\xe3\x7c\xab\
+\xf3\xad\xce\x0f\x44\xef\x1f\x0b\x07\x3b\x07\x0e\xee\x3a\xf2\x9d\
+\xef\xb1\x98\x58\xa4\xfb\xe4\xbb\x34\xec\x6b\x64\xfd\xf6\x0d\x98\
+\x8e\x89\x99\x31\x49\x2c\xc4\x19\xed\x19\xe1\x07\x47\x5f\xa4\x6a\
+\x73\x15\x9a\xa6\x23\x84\xc0\xf3\x3c\x3c\xcf\x43\xd7\xf5\x95\x28\
+\x46\xc7\x46\xf9\xfd\x1f\x5e\x4b\x59\x5e\xba\x56\x2b\xd9\xf8\xe4\
+\x37\x6b\xb6\xee\xdd\x58\x5d\xb5\x85\xbf\x76\xbd\xcd\x97\xdb\x77\
+\x53\x52\x5d\x4a\x2a\x93\x62\x29\xb3\x84\xe5\x58\x68\x3e\x0d\x85\
+\x62\xe6\xfa\x1d\x9a\x1e\xdf\x85\x94\x72\x39\x53\x21\x56\xd6\xf7\
+\x15\x0e\x87\xb1\x2c\x4b\x4e\x4f\xc5\x42\x72\xc9\x2e\xac\xad\xad\
+\xd9\xc6\x85\xa1\x0b\x04\xcb\xd6\x90\x5f\x51\xc0\xbd\xf4\x3d\x92\
+\xe9\x24\xe9\x6c\x7a\xe5\x50\xb0\x22\xc8\xe4\xd4\xe4\xff\xc0\x56\
+\x53\x24\x12\xd1\x75\x4d\xae\xd5\x05\xd9\x22\x5f\x8e\x0f\x29\x35\
+\xb2\x9e\x43\xd2\x5e\xc4\xfe\x1c\xf4\xbe\x3c\x4f\xe1\xba\x2e\x42\
+\x88\x07\xc2\x75\xdd\x00\x21\x72\x74\x27\xab\x79\x86\x6e\x50\x57\
+\x5b\x4b\x74\x24\xca\xf9\xbf\x7c\x8a\x3f\xe4\x47\xcf\xd5\x91\x3e\
+\x8d\x6c\xca\xc1\x4e\xa6\x31\x13\x29\x0e\x1e\x68\x7b\x20\x18\x20\
+\x91\x88\xe3\xba\x6e\x4c\x37\x0c\x39\x34\x71\x73\xa2\x79\xc7\xf6\
+\x1d\x1c\xfd\xee\x51\x66\x66\x66\x30\x4d\x13\xcb\xb2\xc8\x38\x0e\
+\xa1\x50\x88\xd2\xd2\x52\xca\xd6\x96\x51\x50\x50\x88\x69\x99\xd8\
+\x96\x4d\x51\x51\xd1\xff\x85\x47\xa3\xd1\xa4\x65\x9b\xa7\xf5\xe6\
+\xaa\xfe\xc0\xa5\x8b\x05\x34\x36\x34\x22\xa5\x24\x12\x89\xa0\x69\
+\x3a\xba\xbe\x5c\xd1\x2b\x51\x7a\x7b\xbb\x48\xc4\x13\x2c\x24\x96\
+\x90\x12\x7c\x86\x44\xd3\x0c\xb6\x6e\xfd\x12\xdb\xeb\x77\x52\x5f\
+\xbf\x7d\xe5\x2d\x6c\xdb\xe6\xea\xb5\x71\x43\x23\x7b\x46\xdf\x52\
+\x7e\x3b\xd6\x7f\x7d\x61\xc7\xf5\x1b\x37\xa8\xad\xa9\x45\x4a\x89\
+\x94\x12\xdb\xb6\x38\xd9\xd3\x45\x6c\x6a\x8c\x6f\x3c\x63\x51\xbe\
+\x16\x8a\xd7\x28\x72\x73\x96\xdd\xc5\x66\x05\xff\xe8\xeb\xa2\xeb\
+\xed\x81\xb9\xe3\x6f\x05\xfd\x4f\x1f\x6a\xf7\x37\x34\x34\x8a\x9e\
+\x9e\xf7\x1c\x21\x45\xcf\x89\x13\x27\x63\x62\x6e\xa8\xb1\xfc\xae\
+\x13\xb9\xfd\xdb\x3f\xf9\x69\x68\xdc\x45\x24\xb2\x89\xe9\xe9\x29\
+\x06\x07\xfb\x69\xdd\x93\xe5\xf9\x43\x19\x0c\x63\xf5\xeb\x5f\xbd\
+\x78\x9e\x85\xe9\xdb\x27\x7e\xd7\x7b\xf8\x35\x7f\x7e\xee\x2b\xae\
+\xeb\xee\xd4\xa4\xfc\x34\xe9\xa6\xbe\xdd\xdd\xd1\x3d\x2b\xfa\x8f\
+\x6b\xc7\x2a\xab\xeb\x8e\x18\xc1\x2a\x7a\xcf\xf8\x98\x8f\x1b\x94\
+\x14\x3b\xb4\x3d\x91\x21\x1c\x5a\x1d\xea\x79\x1e\xe6\xbd\x45\x32\
+\xb6\xcd\xb5\xe1\xc1\xe7\x3c\x8f\xe9\xcf\xef\xe7\x66\x18\x69\xfa\
+\xbe\x5a\x14\xe7\x3a\xc4\x99\x92\xca\x0d\x4f\x6c\xda\xb6\xe3\xa1\
+\x3a\x21\xb9\x70\x97\xab\xc3\xe7\x71\x32\xcb\xed\x2a\xb5\x1c\xf2\
+\xc3\xbb\x49\xcd\x0f\xe1\x66\x53\x80\x02\x48\x29\xf8\xa1\x9e\x93\
+\x5f\xf8\x6a\xd9\xc6\xaa\xbf\x3f\x14\x19\x88\xdd\xb8\x86\x47\x2e\
+\xc1\x75\x2d\x08\x2d\x0f\x21\x24\xd5\x5f\xe9\x60\x62\xe0\x45\x5c\
+\x67\x09\xcf\xb5\xb1\x16\xaf\x04\x32\x66\xec\xe7\x32\x6b\x5b\x85\
+\xf1\x99\x69\x0f\xa5\x1e\x0a\x9e\x36\x53\xf8\x43\xf5\x18\xfe\x0a\
+\x84\xb8\xff\x5b\xc5\x72\x09\x81\xe6\x0b\x91\x1f\xde\x03\x50\xad\
+\x3b\x4e\x26\xfc\xd9\xd8\x15\xa9\x94\xba\xe8\x64\xec\x9c\x3b\x37\
+\x27\xea\x82\xe1\x92\xa9\xb2\x8d\x9b\x27\xc6\x2f\x0c\xb6\x48\x5d\
+\x77\x1e\x7f\xf2\xe0\xe9\xa1\xbe\x0f\x9e\xf2\xb2\x59\x9f\x66\xf8\
+\xec\x35\xc5\xbb\xf2\x2a\x1b\x5e\x21\x3e\x79\x0a\x7f\xa8\x1e\xcd\
+\x17\x64\x7d\xd3\xaf\x58\x9c\xee\x23\x14\x69\x67\xfe\xd6\x3b\x2c\
+\x7c\xd6\xbd\x3c\xcf\x07\xde\x14\x75\xae\xc3\x14\x06\x21\x14\xfb\
+\x50\x9c\x4f\x26\xb9\x16\x0c\x72\x18\xc5\x6c\xf3\x11\x75\xba\xff\
+\x4d\x71\xc0\xf5\x28\x12\xf0\x8b\xc2\xb2\x7d\x5b\xf2\x82\x75\x44\
+\x1a\x5f\x45\x68\x39\xc4\x6f\xbd\x4b\xb0\x7c\x3f\x7a\x6e\x09\x53\
+\xc3\x2f\x63\x26\x2e\x13\x9f\x3c\xb5\x0c\x7f\x14\x9d\xed\x10\xa3\
+\x05\x25\x2d\x35\x52\xf7\xb3\x79\xef\x9f\x71\xac\x69\x26\x2f\xbe\
+\x4c\xe9\x63\x47\x29\xde\x70\x98\x91\x8f\x0f\x80\x52\x2c\x4e\x7f\
+\xcc\x83\x47\xdc\x2a\xba\x37\x7b\x16\x23\xb7\x14\xcd\x17\x24\x10\
+\xde\xc9\xba\xba\x1f\x11\xaa\x7c\x1a\x50\x04\x8a\x9b\x48\xce\xfc\
+\x13\xe0\x8b\xc1\x43\x95\xed\xac\xdb\xfa\x63\xc6\xfb\x9e\x25\x76\
+\xf9\xd7\x04\x2b\x0e\xb0\x70\xab\x9b\xe8\x87\xad\x14\x96\xb5\x52\
+\xbe\xed\x27\x00\x5f\x20\x96\x37\xc4\x08\x88\x5a\x84\x00\xe5\x01\
+\xd0\xf4\xfc\x1d\x2e\xbd\x57\x4b\x36\x93\x58\x86\x0a\x1d\xa5\xb2\
+\x8f\xee\x5c\x08\xce\x81\x5a\x01\x03\x78\xae\x8d\xe2\xbf\x26\x95\
+\xca\xa2\x04\xe7\x1e\xd9\xf9\xbf\x8e\x89\xc7\x34\xc1\xeb\xc0\x7e\
+\x96\x1b\x7c\x35\x5d\xf0\xe0\xa5\xff\x00\x6e\x6f\x5a\x6c\xc0\xd6\
+\x5f\x1e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x03\xd5\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x52\x49\x44\
+\x41\x54\x48\x89\xed\x94\x4d\x4c\x9c\x65\x10\xc7\xff\xf3\x3c\xef\
+\xd7\x02\x75\x81\x5a\x85\x75\xcb\xb6\x26\xd2\x9a\xb2\x62\xaa\xb4\
+\xd6\xa4\xb1\xc4\xea\xc1\x2f\x90\xd4\x35\x2b\x9a\x48\x8c\xe0\xd9\
+\xc4\x93\x26\x1c\x8c\x37\x63\xa2\x89\x31\xf1\x23\x24\x56\x29\x82\
+\x78\xc0\x9e\x24\x4a\x42\x8d\x49\xa3\x45\x71\xb5\x4b\x49\xd5\xa5\
+\x20\xbe\x5b\x16\xe2\xb2\xbc\xcb\xee\xb3\xef\xfb\x8c\x37\x52\xd1\
+\xb6\x5c\x4c\x3c\xf0\x3f\xcd\x61\x66\x7e\x93\x7f\x66\x86\x98\x19\
+\x9b\xd5\xd5\xd5\xb5\xd3\xb0\xe9\x38\x00\x8b\x34\x99\x9a\x48\x30\
+\xf1\x0f\xf1\xfd\xf1\xa9\xfe\xfe\x7e\xfd\x8f\x82\x6b\x88\xae\x04\
+\x24\x93\x8f\xef\x11\x56\xe8\x65\xd6\xba\x3b\x12\x8b\xf8\xa6\x6d\
+\x11\x24\x13\x03\x58\x9a\xbf\xec\x17\x0b\x45\x29\xa4\x9c\xf4\x4b\
+\x6a\xd4\x37\xf8\xcb\xd1\x8f\x47\xe7\xb6\x0c\x78\xf2\xa9\x13\x49\
+\x29\xcd\x0f\xe2\x87\xe3\x46\xcb\xe1\xb8\x99\x5f\xfe\x13\xa8\x00\
+\xa7\x4f\x7d\x8e\xdb\x5a\x9a\x71\xa0\xfd\x00\x56\x8b\x05\x64\x33\
+\x2e\xdc\x5f\x5c\x6f\x65\x61\x45\x80\x75\x81\x41\xe3\x02\x9c\x83\
+\x90\x8d\x10\x88\x71\xa0\x1b\x75\xa0\xdf\x5b\x2f\x94\xdf\x18\x1b\
+\x1b\x2b\x12\x33\x23\x91\x48\x1c\xb2\xab\xcc\xaf\xba\x7a\x4f\x54\
+\xd7\x84\x6b\xf0\xe9\x3b\x23\x88\x45\x9b\xd0\xf9\x58\x27\x6c\xdb\
+\x81\x94\x12\xe3\x13\xe3\x98\x9e\x99\x46\x6b\xc7\x9d\x50\x81\x82\
+\x0a\x14\xbc\x15\x0f\xab\x8b\x79\x68\x5f\xc3\xb0\x0d\x98\x55\x26\
+\xa4\x65\x60\x71\xea\xf7\xf5\x42\xb6\xf0\xe3\xd0\xc9\x4f\x8e\x10\
+\x33\xe3\xe9\x67\xbb\xcf\x1e\x7d\xf8\xe8\xa1\xbd\xfb\x6f\x45\x71\
+\x69\x0d\x75\xb2\x0e\xd1\x68\x14\x96\x65\xc3\xb2\x2c\x98\xa6\x05\
+\x00\xf8\x68\xf8\x24\x68\x9f\x00\x0b\x46\x45\x57\xae\x6a\x0b\x33\
+\xe3\xa7\xd1\x94\x57\x5a\x5e\x7f\x49\xa6\x2e\xa6\xa2\x06\xc4\x6b\
+\xc7\x9f\x78\xd0\xf8\xfa\xf4\x24\xbc\x25\x0f\x47\xee\xb9\x17\x8e\
+\xe3\xc0\xb6\x1d\x98\xa6\x05\x22\x02\x11\x61\x57\xfd\x8d\x98\x4e\
+\x4f\x43\x86\xe5\xb5\x7d\x27\x02\x11\xac\x82\x9b\x5f\x15\xa6\xcf\
+\xb5\x4e\x95\xa3\x04\x09\x38\xb6\x83\x47\x1e\x7a\x14\xa1\x50\x08\
+\x8e\x13\x82\x61\x18\x7f\x2b\x74\x5d\x17\xee\xac\x8b\x7f\xdb\xbc\
+\xcd\x12\x52\x00\x80\x63\x00\x54\x63\x5a\xa6\x06\x01\x46\xc8\xc4\
+\x5b\x6f\xbf\x89\xe7\x9f\xeb\x83\xef\xfb\x50\x4a\x21\x16\x8b\x61\
+\x76\xf6\x02\x2e\x5d\x9a\xc3\xcd\xbb\x1b\x50\xd7\x5c\x7f\xdd\xe6\
+\x00\xc0\x9a\x01\x86\x36\xb4\x96\xb9\xb5\xfc\x9a\xad\x03\x8d\xbb\
+\xdb\xdb\x50\x1f\xa9\x47\x46\x65\x90\xfe\xf6\x3c\xb2\xf3\x2e\xee\
+\xba\xbf\x0d\x99\x8b\xbf\xa1\xe0\x15\x90\xdd\xb9\x84\x70\x53\x78\
+\x4b\x80\xc2\x62\xde\x0b\x2a\xc1\x04\x31\x33\x9e\xe9\xe9\x3e\x77\
+\xac\xa3\xfd\xe0\x9e\xdb\xf7\x6e\x6c\x88\xf2\xd5\x46\xbc\xec\x2e\
+\xe3\x72\x26\x8b\x62\xbe\x58\x2a\xe5\x4b\xaa\xe2\x95\x19\x0c\x84\
+\x9b\xea\x42\xb5\xbb\x6b\xad\x1d\x8d\x37\x40\x18\xe2\x8a\xf1\x81\
+\x73\x1f\x7e\xe7\xe9\x52\xb9\xcd\x00\x00\x55\x2c\xbf\xfe\xfd\xe4\
+\xd4\xbb\xb7\x34\x47\x6b\x7c\xed\x23\xd0\x01\x02\x0e\xa0\x94\xc2\
+\xf9\x33\x3f\x97\x17\x52\xf3\x65\x66\x7e\x9f\xb5\xfe\x55\x33\x2d\
+\x90\xa6\x05\x00\x72\x3d\xff\xc7\x03\xb9\xd9\x5c\xa7\x0e\x82\x96\
+\x5d\xfb\x6e\xa2\xc6\xd6\x88\x6d\xef\xb0\x91\x4d\xbb\xcc\x5a\xcf\
+\x0c\x0d\x7d\x96\x26\x66\x46\x5f\x5f\x9f\xb9\x56\x5a\x9d\x68\x88\
+\x35\x1c\xbc\xe3\xbe\xd6\x10\x2c\xc2\xc2\x85\x79\x9e\xf9\x26\x5d\
+\xf4\x2b\xfe\x17\x14\xc8\xde\xc1\xc1\xc1\xdc\xd5\xec\x48\x26\x3b\
+\x22\x2c\x9d\x17\x01\x7e\x41\x5a\x92\x03\x15\x28\xad\x70\x6c\x78\
+\x78\x38\xb5\x71\xc9\x89\x44\x22\x24\x4d\x7a\x85\x04\xf5\x32\xd8\
+\x12\x52\x9c\x55\x65\xff\xd5\x91\x53\x23\x67\xb6\x64\x3a\x80\x9e\
+\x9e\x1e\xc7\xf3\xbc\x58\x75\x75\xf5\xdc\xc0\xc0\x40\x09\xd8\xf4\
+\x8b\xfe\x0b\x89\xeb\xa7\x6c\x03\xb6\x01\xdb\x80\xff\x3d\xe0\x2f\
+\x95\x11\x93\xcc\x29\xf8\x9f\x64\x00\x00\x00\x00\x49\x45\x4e\x44\
+\xae\x42\x60\x82\
+\x00\x00\x05\x36\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x17\x00\x00\x00\x18\x08\x06\x00\x00\x00\x11\x7c\x66\x75\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xb3\x49\x44\
+\x41\x54\x48\x89\x9d\x95\x5b\x6c\x14\x55\x18\xc7\xff\xe7\x32\xb3\
+\xed\x6c\xb7\xcb\xd2\x65\x29\xb6\xa5\x68\xdb\xd0\xd6\xb4\xdd\xa5\
+\xb4\x08\x62\x42\x63\xb4\x22\xd5\x12\x48\x36\xc8\x25\x51\x69\x54\
+\x7c\xf0\x92\x60\xf0\xc5\x07\xde\x24\x1a\x7c\x40\x7d\xf1\x01\x84\
+\x28\xb0\xda\x15\x8a\x22\x1a\x43\x94\xd8\x86\xa4\x14\x2d\xba\xf4\
+\x42\xcb\xad\xd8\x76\x81\x76\x2f\xed\xce\xcc\xce\xce\xcc\xf1\xa1\
+\x69\x25\xa1\x52\xe0\x97\x9c\xe4\xbc\x7c\xbf\x7c\xf9\x2e\xe7\x10\
+\x21\x04\xa6\x69\x68\x68\xe0\x0b\xf2\x17\x6c\xcd\x76\xc8\x3b\x05\
+\x44\xae\x10\xe0\x00\x18\xa3\xec\xaa\xa6\xa7\x8f\x08\x4b\x9c\x0c\
+\x85\x42\x7d\xb8\x4f\xc8\xb4\xfc\xa5\x2d\xc1\x97\x19\xe3\x7b\xbc\
+\x5e\xaf\xf3\xa9\x27\x57\x3b\x2d\x61\xe3\xf6\xad\x5b\x60\x8c\xc3\
+\x95\xe3\xc2\xc8\xe8\xa8\xde\xd3\x73\xd1\x34\x8c\xb4\x06\x4a\x4e\
+\x69\x5a\xfa\x84\x65\x58\xa7\xc3\xe1\xf0\x58\x73\x73\xb3\x4b\x72\
+\x4a\x05\xcc\x42\xa1\x10\xb4\x3d\x14\x0a\x69\x33\xf2\x4d\x9b\x37\
+\xbd\xee\x74\x66\xef\x5d\xff\x62\xb3\xa2\x28\x0a\x4e\x9c\xfc\x1e\
+\xaa\xa6\x22\xaf\xd0\x0b\xcb\x32\x11\xbd\x1a\x45\xd3\xda\x17\xb0\
+\x6a\xe5\x2a\xc4\xe2\x31\xf4\xf7\xf7\xe3\xc2\x85\xee\xe4\xc0\xe0\
+\x80\x6c\x9a\x26\xa7\x94\x0a\xa7\xe2\x4c\x3b\x9d\x4e\x31\x36\x3e\
+\x66\xa4\x33\x99\xad\xa1\xaf\x43\xa7\xc8\x86\xcd\x1b\x8a\xb3\xa8\
+\xdc\xd3\xb2\x7d\x7b\x76\x22\x9e\x40\xf8\xf8\x77\xf0\x37\x04\xb0\
+\xb8\xba\x18\x6a\x46\x85\x6a\xa8\x88\x8f\xc7\xd0\xdb\xd6\x83\x37\
+\x5a\x76\xa0\xe4\xb1\x12\x30\xc6\x41\x08\x81\x6d\xdb\xb0\x6d\x1b\
+\x9c\xf3\x99\x52\xf4\xf6\xf5\xe2\xb3\xcf\xf7\xa5\x34\x3b\x5d\xce\
+\x02\x35\xfe\x8f\x97\x05\x96\x05\xca\x4a\xcb\xd8\x91\x6f\x8e\xa2\
+\xbe\x69\x05\x16\x94\xfa\x90\x32\x52\x98\x34\x26\xa1\x65\x34\x30\
+\x99\x41\x40\x20\x3a\x38\x8a\xda\x65\x75\xa0\x94\x4e\xd5\x94\x90\
+\x99\xfb\x34\x5e\xaf\x17\x9a\xa6\xd1\x91\x1b\xc3\x1e\xca\x18\x6b\
+\xa8\xac\xa8\x90\xbb\xce\x77\xc1\x9d\x3f\x0f\x39\x05\x2e\x4c\xa4\
+\x27\x90\x4c\x27\x91\x36\xd3\x33\x41\xee\x02\x37\x86\x6e\x0c\xdd\
+\x25\x9b\x8d\xa2\xa2\x22\xce\x19\x5d\xc8\x05\xec\x6c\xd9\x21\x83\
+\x52\x06\xd3\xce\x20\xa9\x27\xa0\xdf\x21\x9d\xc6\xb6\x05\x2c\xcb\
+\x02\x21\x64\x4e\x39\xe7\x12\x40\x88\x83\xdb\x96\x9d\x2d\x71\x09\
+\x15\xe5\xe5\x88\xf4\x44\x70\xee\xab\x4e\x28\x1e\x05\x3c\x8b\x83\
+\xca\x0c\x66\x2a\x03\x3d\x99\x86\x1a\x4f\xe1\xb9\xc6\xb5\x73\x8a\
+\x01\x20\x1e\x8f\xc1\xb2\xac\x61\x4e\x19\x3b\x7f\xe5\xea\x95\xa7\
+\x6b\xaa\x6b\xd0\xf2\x4a\x0b\xa2\xd1\x28\x54\x55\x85\xa6\x69\x30\
+\x32\x19\x78\x3c\x1e\xf8\x7c\x3e\xe4\x2f\xcc\x87\xcb\x95\x0b\x55\
+\x53\xa1\x6b\x3a\xe6\xcf\x9f\xff\xbf\xf2\x48\x24\x92\xd4\x74\xf5\
+\x67\x6e\x68\xfa\xde\xce\xce\x73\x75\x01\x7f\x20\x97\x52\x8a\xa2\
+\xa2\x22\x30\xc6\xc1\xf9\xd4\x89\x5c\x8c\x20\x1c\x6e\x4d\xc4\x62\
+\x31\x3a\x31\x39\x91\x05\xc0\xa2\x94\x1a\xb2\x24\xf3\xaa\xaa\x6a\
+\x04\xfc\x01\xa5\xaa\xaa\x7a\xa6\x17\xba\xae\xe3\xd2\x40\xbf\xc4\
+\x60\xfe\xca\x2b\x2b\xab\x4e\xf5\x0f\xf4\xea\x83\x97\x2f\xe7\x96\
+\x2f\x2d\x07\xa5\x14\x94\x52\xe8\xba\x86\x6f\x5b\x5b\xd5\xbe\xbe\
+\xde\xf1\x74\x46\x7f\x8b\x0a\xd1\x6b\xdb\x7c\x28\x14\x0a\x4d\x02\
+\x40\x30\x18\x5c\xda\x71\xb6\xfd\xd9\xee\xee\x3f\x5e\xe5\x92\x54\
+\xb6\xee\xf9\x26\xc5\xef\x0f\x90\xb6\xb6\x63\x19\x42\x49\xdb\xe1\
+\xc3\xc7\x87\x89\x10\x02\xc1\x60\xb0\x5e\x72\xf0\x5f\xea\xeb\xeb\
+\x1c\x4b\x8a\x97\xc8\xc3\xc3\xff\x18\xed\x1d\x1d\x16\x28\xf9\x42\
+\x22\xf2\xae\xfd\xfb\xf7\xeb\xf7\xaa\x71\x30\x18\x5c\xa9\xe4\x64\
+\xed\xb6\x2c\x6b\x39\xa3\xb4\x33\x69\xa5\xb6\x85\x0f\x86\x6f\xce\
+\xac\xff\xc6\x2d\x1b\x8b\x15\x9e\xb5\x8b\x33\x56\x6a\x5a\x99\xbe\
+\xb4\x66\x7d\x14\x0a\x85\xae\xcf\x26\xfb\x71\x1f\x71\xcc\x73\xa3\
+\xc6\xb6\x31\xeb\x5c\x66\x19\xe8\xa9\x7d\x4d\x24\xc8\x9d\x0f\xd7\
+\xfd\xf0\xfb\x01\xb2\x86\x10\x1c\x05\xe0\x03\x00\xca\x1c\xc8\xf1\
+\xae\x40\x6a\xec\x3c\x2c\x33\x05\x40\x00\x40\x4a\x00\x6f\xf2\x7b\
+\x89\x66\x83\x50\xbc\xc7\x24\xb7\x2f\x27\xaf\x16\x84\x65\x83\x10\
+\x8a\xd2\xd5\x07\x71\xe5\xec\x0e\x58\x99\x49\xd8\x96\x0e\x2d\x71\
+\xd1\x69\xa8\xc3\x1f\xcc\xbd\x6e\x77\x53\xa2\x78\xaa\x20\x29\x05\
+\x20\x64\x3a\x9c\x4c\x1d\x42\xc0\x64\x0f\x72\xbc\x4f\x00\x40\xe9\
+\x03\x67\x0e\x00\x39\x79\x75\x28\xf4\xef\x46\x6c\xe8\x04\x14\x4f\
+\x15\x98\xec\xc6\xe2\xda\x0f\x91\x18\x39\x0d\x4f\x51\x13\xc6\xae\
+\xb5\x62\xfc\x7a\x78\xf6\x86\xcc\x45\x6a\xfc\x4f\x5c\xef\x7a\x1f\
+\xf3\x0a\x1a\xe1\x70\x3d\x8a\xdb\x83\x87\x40\xa8\x0c\x6f\xc9\x36\
+\x8c\x44\x3e\x41\xfc\xc6\x0f\x00\xf0\x70\x72\x61\x1b\xd0\x27\x2e\
+\xc1\xca\x4c\x42\x8b\xfd\x8d\x5b\x97\x0f\x21\x19\x3d\x03\x02\x8a\
+\xc9\xb1\x4e\xd8\xa6\xf6\xf0\xf2\x89\x9b\xed\x90\xb2\x7c\x60\xb2\
+\x1b\x4e\xef\x72\x2c\xaa\x78\x07\x9e\xc2\x75\x00\x04\x9c\x79\xb5\
+\x48\x46\x7f\x7b\x78\xb9\xa7\xb0\x09\x8b\x2a\xdf\x45\xff\xe9\xf5\
+\x18\xfe\x6b\x0f\xdc\x05\x8d\x18\xbf\x16\x46\xe4\xa7\x35\xc8\xcd\
+\x5f\x83\x47\x1e\xdf\x09\xe0\x8e\x3f\xf4\x7e\x69\xff\x92\xf4\x00\
+\xa4\x1c\x84\x00\xc2\x06\x00\xd4\x06\x47\xd1\x7d\xac\x1c\xa6\x11\
+\x9f\x92\x12\x0e\x21\xcc\x07\xcf\x9c\x10\x74\x00\x62\x46\x0c\x00\
+\xb6\xa5\x43\xe0\xbf\x24\x85\x30\x21\x08\x3a\x1e\x38\xf3\x33\x07\
+\x48\x19\x23\xf8\x14\xc0\x33\x98\x1a\xf0\xd9\xe8\xb2\x81\xb7\xff\
+\x05\xea\xaf\x08\xa3\xe5\x60\x10\xe3\x00\x00\x00\x00\x49\x45\x4e\
+\x44\xae\x42\x60\x82\
+\x00\x00\x06\x0e\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\x8b\x49\x44\
+\x41\x54\x48\x89\x9d\x94\x6d\x6c\x54\x55\x1a\xc7\xff\xcf\x39\xf7\
+\xce\xdc\xb9\xd3\x4e\xe9\x0c\xed\xb4\xb5\x2f\x52\x5b\x28\x75\xe9\
+\xaa\x04\x4a\x4b\x44\xe8\xc2\x2e\xab\xac\x55\x0c\xa3\xdd\x92\x8d\
+\x6e\x36\xf0\x79\x13\x13\x63\xd4\xf8\x65\x37\xd9\xfd\xa0\x59\x75\
+\x35\xc1\x04\x63\xf0\x6d\x99\x7d\x31\x10\x65\x09\x9a\xc2\x02\x12\
+\x1d\x10\xba\xb4\x04\x42\xb5\x2d\xd0\x56\xda\xe9\xbc\x76\xee\x4c\
+\xef\x9d\x7b\xce\xf1\x03\x30\x01\x05\x57\xf6\xf7\xe9\xe4\x9f\x73\
+\xfe\xff\xe7\x9c\x93\xe7\x21\xa5\x14\xae\x27\x12\x89\xdc\xc1\xbc\
+\x78\x8e\x31\xf6\x4b\xa5\x94\x0e\x80\x43\x81\x81\xd1\xa0\x70\xdc\
+\x7f\x42\xb0\xfd\xd1\x68\xf4\x22\x7e\x24\x74\x2d\x20\x12\x89\xd4\
+\x70\x1f\xbd\xac\x04\x1e\x0d\xb7\x85\x59\xa8\x75\xa1\x87\x6b\x0c\
+\xc4\x19\x00\x20\xfb\x4d\x16\xc9\xd1\x44\x2e\x3b\x95\xf1\x10\xa7\
+\x69\x25\xd4\x47\x42\xa8\x7d\x24\xe9\x50\x34\x1a\xcd\x45\x22\x91\
+\x0a\xa9\xc9\x7a\x52\x54\x13\x0c\x04\x0f\xef\xd8\xb1\xa3\x58\x0a\
+\xd8\xba\x75\x6b\x40\x50\xf1\x64\x55\x6b\x55\x53\xc3\xca\x46\x4d\
+\x33\xf4\x5b\x56\xa4\xa4\xc2\xdc\xf4\x1c\x32\x13\x69\x99\xba\x90\
+\xcc\xe5\x13\x79\x13\x00\x11\x23\xa1\x19\xba\xcd\x74\x22\xc7\x72\
+\x0a\x52\xb8\xfd\xd1\xf7\xff\xf5\x09\x29\xa5\xd0\xb7\xf5\xf1\x37\
+\x83\xcd\xc1\xdf\xb4\xf4\x2c\xf6\xfe\xd8\xab\x5f\x43\x0a\x09\x22\
+\x02\x31\x2a\x69\xa9\x0b\x29\x9c\xff\xe4\xdc\x1c\x09\xbb\x8d\x9f\
+\x1e\x3d\x5d\xcd\x25\x7b\x6b\xe9\x43\x77\x1b\x5c\xe7\xb7\xeb\x0f\
+\x62\x04\x22\xba\x41\xf3\x2d\xf0\xc1\x9d\x77\x99\x95\xb0\x4d\xc6\
+\x1d\xbe\xd2\x0c\xf9\x1d\xdd\x77\xeb\x67\xf9\x7f\x30\x83\xa6\x4e\
+\x9c\x55\x69\x00\xca\x34\xef\xed\x57\x7e\x0d\x76\x39\x09\xcf\x67\
+\xc3\x60\xd9\x3c\xec\x8d\x2b\x21\x6a\x83\x57\x74\xce\x00\x82\xa1\
+\x31\xa5\x4c\xa6\x31\x76\xdb\xce\x4a\xa1\xf6\xc3\x93\xb0\x5f\x7b\
+\x0f\xca\xe7\x05\xbc\x3a\x8c\xdd\x87\x90\xde\xfd\x02\x64\x85\x1f\
+\xb6\x65\x2b\x29\x44\x9c\x09\x8e\x63\x99\xc9\x8c\xa6\xa4\xfa\xdf\
+\xa6\x57\x29\x16\x8a\x68\xde\x77\x1e\x77\x19\x75\xb0\x9e\xe9\x43\
+\x7a\xef\x1f\x60\x3d\x1d\x01\x6c\x07\x70\x05\x00\x20\x35\x9e\x9c\
+\x53\x8e\x3c\xa0\xf9\x75\x7f\x67\x51\x15\x67\x27\xbe\x9c\x68\x08\
+\xb7\x87\xe1\xf1\x7b\x6e\x30\x93\x42\x62\xf2\xd4\x84\x9d\x1a\x4f\
+\x15\x9c\x9c\xad\xb9\xb6\xeb\xd3\xa5\x3b\xbf\xf1\xa7\x2b\xfc\xbb\
+\xf7\xef\x9d\xcf\xfd\x62\x05\x85\x4f\x8c\x7a\xeb\x5e\xfa\x3b\xdc\
+\xf6\x26\xc8\x60\x39\x5c\xdb\x45\x2e\x6e\x79\x8b\x5e\x79\x48\x2b\
+\x14\x0a\xe7\x03\x81\xc0\xdc\xc5\x2f\x2e\x22\xf7\x75\x0e\x81\x60\
+\x00\xd2\x23\xe1\xab\xf3\x81\x7b\x19\xc6\x8e\x8c\x5a\x45\xc7\xfd\
+\x8f\x28\xca\x3f\x55\x96\xe7\xa7\xb7\x74\x0e\xd4\x1e\x3d\xd2\xd1\
+\x71\xf9\xe8\xd1\x57\xee\x1a\x3c\x75\xd9\x19\x1c\x32\x7c\xb9\x42\
+\x4d\x3a\xbc\x50\xc6\xb7\x6f\x66\xfe\x39\x1b\x97\x62\x17\x8a\x65\
+\xc6\xfc\xbf\x77\xee\xdc\x3b\x43\x4a\x29\x10\x11\x3d\xde\xbf\xe5\
+\x1f\x86\xe1\xdb\x54\x56\x56\xe6\x59\xba\xb8\x1d\xa1\x60\x08\xc3\
+\xc3\x43\x32\x91\x48\x4e\xba\xae\xfb\x71\x32\x99\x7c\xf7\xa9\x0d\
+\x03\x1f\xc4\x46\xd7\xd4\x56\xd7\x77\xb1\xcc\xb1\x98\x6a\x3e\x7b\
+\x40\x05\x82\xca\x6e\xfe\x55\xcb\xc5\xb3\x5e\xab\xfe\xd8\xd7\x6d\
+\xde\x78\xda\xe4\x8d\x55\x49\xf1\x48\xf7\xc8\x6c\x47\xf7\x7d\x0f\
+\x95\x46\x05\x11\x51\x24\xf2\x58\xaf\x66\xe8\xdb\xa4\x90\xd5\x7e\
+\xa3\x3c\xd8\xd0\xd0\x60\xf4\xf4\xf4\xd4\xc4\xe3\x71\x8a\xc5\x62\
+\x0e\x91\xd2\x9f\x78\xe2\xd7\x74\x70\x60\x1f\x5a\xeb\x07\xb1\xf1\
+\x01\xfb\x07\xff\x6a\xf0\xf0\xa7\x63\xf4\xdd\x61\x07\x00\xbd\xbd\
+\xbd\x2d\x3e\xd3\xfb\x67\xc6\xd9\x83\x42\x08\x23\x1c\xae\x51\x5d\
+\x9d\xdd\x64\x9a\x26\xa6\xa6\xa6\x60\x59\x39\xe8\x3c\x87\xcc\xcc\
+\x25\xac\xb1\x67\x20\x47\xce\xc0\x08\x02\xd5\x5d\x21\x2c\xda\x5c\
+\x5f\xf2\x89\x1d\xf8\xa8\xf0\xbd\x80\x2d\x7d\x5b\xd6\x72\xa2\x3d\
+\xa4\x51\xa0\x6a\x71\x35\xcc\x4a\x13\x53\x83\x93\x80\x20\xb7\xba\
+\xb2\x42\x2b\xf7\x5b\xf0\x19\x0a\x05\x3b\x80\x65\xe7\x2f\x23\x1c\
+\x28\x87\x48\x1c\x84\x35\x99\xc5\xcc\x17\x09\x84\xbb\x17\x62\xf5\
+\xeb\xcb\x61\xd6\x1a\x28\x16\xdd\x3f\xde\x10\x10\xe9\x7b\xec\x49\
+\x02\xdb\x19\x6c\x0e\xa1\x65\x5d\x0b\x63\xda\x95\x06\xcc\x7e\x93\
+\xc5\x99\x3d\x43\xe8\x5f\x7f\xf6\xab\x4d\x0f\xb7\xb6\x00\xc0\x4c\
+\x02\x38\xf0\x7b\x0b\x55\x85\x31\xac\x7f\xb7\x1d\xdc\xcb\x10\x8f\
+\x25\x71\xf8\x77\xc7\x71\xc7\xfa\x30\x56\xbd\x7c\x0f\xfe\x7b\x64\
+\xe0\xab\x52\x83\x45\x22\x91\x25\x04\xb6\xa3\xb6\xa3\x8e\x2d\xde\
+\xb0\xa4\x64\x0e\x00\x81\xda\x00\x3c\x7e\x8f\x33\x91\x5d\x94\xbe\
+\xa6\x55\x87\x80\x07\x7e\x3b\x8f\xd4\xf1\x71\x7c\xbc\x76\x00\x23\
+\xef\x8c\xc3\xc9\x16\xe1\xab\x31\x30\x7b\x2a\x05\x00\x98\xcf\x5b\
+\x8d\x1a\x00\x6c\xdf\xbe\x5d\x67\x9a\x8a\x9a\x21\x93\x35\x76\x36\
+\xdd\xf4\xc3\x74\x53\x87\x95\x98\xb8\x07\xb8\xb3\xa4\x35\xac\x0d\
+\x61\xd3\xe1\x1e\x1c\x7f\xf6\x34\x4e\x3c\x3f\x0c\x31\x2f\xe0\x0b\
+\x1b\x58\xfd\xc6\x72\x00\xc0\x7d\x6b\x7f\xfe\x92\x06\x00\xa9\x4c\
+\xe2\x45\xc6\xd9\xdd\xad\xeb\xdb\xf8\xf5\x63\xf7\x7a\x18\x67\x10\
+\x54\x96\x01\x10\xba\x5e\x2f\x6b\x34\xb1\xee\xbd\x55\x00\x00\x3b\
+\xed\x40\x33\x35\x70\xcf\x95\x87\x39\xf7\xe5\xe7\xbd\xac\xbf\xbf\
+\xbf\x92\x88\x9e\x6d\xea\xba\x93\x1b\x15\xc6\x4d\xcd\x95\x52\xb0\
+\xe2\x16\x6f\x68\xaa\x1c\xbe\xe9\x86\xab\x78\x17\x78\x4a\xe6\x00\
+\x90\xcf\x66\x5b\x19\xe7\xdc\x51\x4a\x31\xa3\xc2\x77\xcb\x83\xf9\
+\x84\x05\x29\x24\x0f\xc9\xa3\x2b\x7f\x28\xe0\xbb\x2c\xbb\xbf\xe7\
+\x2f\x6c\xd7\xae\x5d\x16\x31\xca\xcc\x9c\x9b\x96\x52\xc8\xef\x6d\
+\x72\xf2\x0e\xc6\x3f\x1b\x77\x89\xd3\x4c\x7d\x1d\xbf\x70\x3b\x01\
+\x63\x43\x27\x37\x68\x00\xa0\x20\x36\x27\xc7\x12\x1f\x9e\x78\x3b\
+\x65\x96\x85\xcb\xc9\x63\xea\xdc\x75\x84\xcc\xcf\xe6\x8a\x76\xce\
+\xf1\x12\xa7\x29\x12\xe2\xe1\xa6\xa5\x1d\xdb\x84\xeb\xb6\x71\x4d\
+\x03\x94\x82\x52\x0a\x74\x75\xd2\x2b\x29\x4b\x6b\x29\x25\x18\x63\
+\x98\x4b\xa7\x96\x95\xfa\xa0\xaf\xaf\xb7\xce\x55\x9e\x47\x40\xaa\
+\x8b\x40\xa6\x82\xca\x93\xc2\x39\x52\x38\xad\x14\x3b\x18\x8d\x46\
+\x73\xb1\xbf\x19\xaf\x89\x62\x71\xdb\x4f\xba\xd7\xbc\x3a\x76\x66\
+\xe8\x67\x73\xe9\x64\xc7\xb2\x55\x6b\x5e\xbd\x34\x72\xb6\x3b\x33\
+\x1b\x5f\xd1\xde\xb9\xfa\xaf\x53\x63\x23\xcb\x53\xf1\xe9\xee\x25\
+\xf7\xae\x78\xc5\x4a\xcd\xbc\xf9\x2d\x58\xfe\x79\x44\x14\x00\xe0\
+\x5b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x04\xcd\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x16\x00\x00\x00\x17\x08\x06\x00\x00\x00\x0f\xe8\xbf\x9e\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\xe0\x00\x00\x12\xe0\
+\x01\x4d\xbc\x04\x33\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x13\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x70\x6f\x6c\x79\x67\x6f\x6e\x20\
+\x6c\x61\x79\x65\x72\xc1\x87\xfd\x7b\x00\x00\x00\x18\x74\x45\x58\
+\x74\x41\x75\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\
+\x7a\x63\x7a\x65\x70\x61\x6e\x65\x6b\x5f\x56\xb1\x08\x00\x00\x00\
+\x18\x74\x45\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\
+\x6d\x65\x00\x32\x30\x31\x31\x2d\x30\x33\x2d\x31\x31\x1d\xc9\x61\
+\x9d\x00\x00\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\
+\x68\x74\x00\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\
+\x6e\x2d\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\
+\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\
+\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\
+\x2f\x62\x79\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\
+\x00\x03\x85\x49\x44\x41\x54\x38\x8d\xb5\x94\x41\x4c\x5c\x55\x14\
+\x86\xff\x73\xe7\x3e\x1e\x53\x06\x66\x4a\x2b\x03\x1d\xda\x68\x02\
+\x8d\x55\x69\xd3\x58\x35\xd6\x2e\xdc\x34\x71\x63\x62\x4c\xd3\x85\
+\x2b\x13\x13\x17\x26\x2c\xba\x50\xc0\xda\x4c\x30\x94\x92\x89\x3b\
+\x76\x2e\x75\x69\xd2\x44\x17\xa6\x2e\xac\x1a\x1b\x5d\xb4\xa2\x62\
+\x29\x32\x03\x9a\x54\x60\x60\x10\x66\x78\x33\x6f\xde\x30\xbc\x7b\
+\x7f\x17\x2d\x84\x16\x69\x6c\x6d\x4f\xf2\x6f\xee\x3d\xf9\xce\x9f\
+\x73\x72\x8e\x90\x04\x00\x64\x32\xc3\x27\x55\x44\x9d\x27\x70\x90\
+\x64\x03\x20\x57\x49\x73\x45\x41\xfd\x58\xad\xd6\xbf\x4d\xa7\xd3\
+\x15\xec\x10\x83\x83\x83\x8d\x00\x6c\x3a\x9d\xae\x6f\xbc\x09\x49\
+\x64\x3e\x1a\x3e\x47\xe2\xc3\xce\xce\xfd\x76\x7f\xe7\x01\x45\x12\
+\x85\xc2\x02\xf3\x0b\xf9\x30\x08\x02\x47\x44\x6a\x00\x3e\xb3\x30\
+\x9f\x38\x62\x7e\xa9\x29\xed\x46\x42\x1c\x17\xaa\xe3\x2a\xa2\x5e\
+\x26\x6d\x0f\x00\xa5\x44\xc6\x4c\x28\xaf\xf7\xf5\xf5\xdd\x94\x91\
+\x91\x91\x03\x12\xb1\x33\x47\x8f\x3e\xab\x5f\x7a\xf1\xc4\x1d\x4e\
+\x48\xc2\x2b\x7b\xc8\x66\xa7\x70\x63\xf2\xfa\xba\xe7\x79\xce\xd6\
+\xff\x58\x2c\xb6\xde\x9e\xec\x70\xda\xda\x92\x10\x11\x8c\xff\xf6\
+\xeb\x7a\xc5\x2f\xaf\x04\x95\xfa\xe3\x1a\x62\xcf\xb8\xae\x8b\xe7\
+\x8f\xbd\x00\x92\xdb\x14\x6d\x8c\xe2\x70\xcf\x11\xf4\x3c\x73\xd8\
+\x59\x5a\x2a\xc0\xf7\x7d\x88\x08\x76\xb7\xb6\x22\xda\x18\x75\xb6\
+\xe6\xee\xdd\xfb\x98\xf3\xf9\x17\x17\x93\xee\x2e\xfd\xaa\x56\x11\
+\x1c\x49\xa5\x3a\xb5\x52\x0a\xc6\x98\x7f\x85\x93\x84\xb5\x16\x89\
+\xc4\x6e\xc4\xe3\x89\xcd\xb7\x30\x0c\xb7\x99\x68\x6d\xdd\x13\x16\
+\x8b\x2b\xa7\xb4\x40\xba\x9a\x63\xcd\xdb\x92\x1e\x44\xd6\x5a\x24\
+\xe2\x09\xbd\x5a\x2a\x76\x6b\x63\x6d\x47\x53\x53\xec\x0e\xb7\xd6\
+\xda\x07\x86\x3b\x4e\x03\x08\xb4\x69\x11\xa9\x87\x61\xa8\xef\xc7\
+\xf1\xbd\x0a\x3b\x8e\x03\x5a\xee\xd1\x4a\xa4\x58\xad\x56\x77\xfd\
+\x57\x70\xbd\x5e\x87\xb1\x06\x0d\x4e\xc3\x8e\x45\x21\x10\x4d\xc8\
+\x52\xad\x16\xa4\x76\x1a\xdc\x86\xbb\x52\xa9\x88\x1b\x93\x13\x66\
+\xe9\xef\x82\x90\x54\xf1\x78\x22\x6c\x4f\x76\xe8\x54\xaa\x73\xb3\
+\x08\x00\xf8\x7e\x05\x10\x99\xd3\x96\x66\x31\x08\x82\x1d\x87\x67\
+\xac\x41\x2e\x37\x85\x6c\x6e\x8a\x04\x0a\xd3\xd9\xdc\x64\x77\x77\
+\xd7\xb4\xe7\x95\x0e\xad\xae\xae\x3e\x97\xcd\xfd\xde\xd0\xd1\x91\
+\x92\x7d\xed\xfb\x44\x94\x20\x9f\x9f\x0f\x69\xed\x15\x0d\x62\xd1\
+\xaf\xfa\xa1\x31\x46\xdf\xdd\x3b\xdf\xaf\xe0\xda\xd8\xd5\xb0\x5c\
+\xf6\x14\x80\x9f\x44\x70\x99\x80\x40\x24\x6b\x61\x2f\x01\x36\x10\
+\xab\x4e\x2c\x2c\xcc\xbd\x31\x3f\x3f\xfb\xc4\xed\xbd\x09\x43\xcd\
+\xf7\x15\xc1\x4b\xc5\xe2\x8a\xf6\x3c\x0f\xc6\x98\x4d\xfd\x35\x7b\
+\x13\xdf\x7d\xff\x8d\x2d\x97\xcb\x6b\x80\x5c\x16\xe0\x67\x92\x74\
+\x5d\x77\x7d\x63\xf3\x22\x88\x04\x06\x72\xcd\x5a\xbb\x78\x6b\x55\
+\xf1\x75\xc5\x0b\x9e\x3a\x7b\xe6\xec\x9c\x6e\x6a\x6c\xb9\x58\xab\
+\x57\xbc\xdc\xf4\x54\xcb\xa1\x27\x9f\x46\x50\x0b\x30\x33\x93\xb3\
+\x73\xf3\xb3\x0a\x40\x91\xc0\x75\x11\x94\x70\xab\x85\x30\xc6\x28\
+\x4b\x8a\x58\x71\x11\xe1\xdb\x42\x9e\x06\xf1\x27\x95\x3d\x39\xf0\
+\xde\xb9\x3a\x80\x8f\x87\x86\x86\x66\x84\x24\x46\x32\xc3\x7d\x4a\
+\xc9\x85\xdb\xf7\x41\x00\x58\x00\x6b\x00\x8a\x00\x4a\x04\x96\x05\
+\x28\x00\x32\x3f\x31\x31\x61\xba\x0e\x76\xbb\xae\xe3\x9c\x02\xd0\
+\x22\x82\xf3\x51\xb7\x39\xd3\xdb\xdb\xbb\x26\x22\x9f\x02\x78\x8b\
+\x64\x5d\x36\xa6\x79\x21\x33\xf4\x9a\x88\xfa\x40\x04\x6b\x24\x44\
+\x20\x49\x08\xdb\x40\xc4\xb6\x1e\x9e\xe5\xe5\x65\xc6\xe3\x71\xd1\
+\x11\xfd\x15\xad\x7a\xa7\xbf\xbf\xff\x8f\xcd\x53\x29\xf2\x03\x80\
+\xd3\x24\x67\x37\xc1\x3b\xc5\xe8\xe8\xa8\x5b\xad\x56\x93\xd4\x4c\
+\x46\x2c\x93\x14\x24\x0d\x91\x1f\x78\x77\xe0\xcb\xbb\x73\x45\x64\
+\x1c\xc0\x9b\x24\xc7\xfe\xf7\x7d\xd8\x2a\x00\x53\x00\x5e\x21\x09\
+\x75\x4f\xbb\xf7\x1f\x25\x00\x1a\xc0\x43\x07\xaf\x00\xf0\x1f\x05\
+\xb8\x08\xa0\xfc\x28\xc0\x59\x00\xe3\x0f\x0d\x2c\x22\xc7\x44\x64\
+\x16\x40\x9e\x64\x1d\x00\xfe\x01\x1f\x99\x2a\x19\xf8\x34\xdf\xf6\
+\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x06\xb9\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xff\x00\x00\x0d\xff\
+\x01\xf4\x8a\xb2\x89\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\x36\x49\x44\
+\x41\x54\x48\x89\x9d\x54\x69\x6c\x54\xd7\x15\xfe\xee\xf2\xe6\xbd\
+\x79\xe3\xf1\x8c\x67\xbc\x1b\x1b\x30\x78\x01\x2b\x6e\xc0\x18\x13\
+\x1b\x82\x14\x0a\x6d\x83\x71\x9b\x34\x86\x2a\x01\x82\x52\xa5\x96\
+\xba\xa4\x4a\x7e\xa0\xa4\xa9\x44\x54\x35\xea\x26\x55\x54\x4a\xa5\
+\x58\x55\x9b\xc6\xc9\x9f\xb8\xc2\xc4\x42\x4d\x93\x3a\x0d\x09\x35\
+\x24\x64\x01\x81\x31\x60\x8f\x07\xc3\x60\x8f\x97\x99\xf1\x8c\xc7\
+\xb3\xbf\x77\xdf\xed\x0f\xcb\xae\x11\xa1\x52\x73\xa4\xa3\x2b\x9d\
+\x73\xee\xf7\x9d\xfb\x9d\xa3\x4b\xa4\x94\xf8\xf8\x0d\x76\xcb\xb2\
+\xac\xaa\xc2\xb2\xca\xe3\x46\x36\x5d\x78\xf3\x76\xf6\xe0\xcd\xb9\
+\xb5\xbe\xb4\x2c\xbe\xa6\x89\x40\xbb\x24\x34\x5b\x52\x55\xf3\xeb\
+\x0a\xf6\xce\xb3\x54\x8a\xfc\x55\x75\x0d\x2f\x84\x27\x6f\xed\xce\
+\xa4\x92\x6e\x46\xe5\x23\x2d\x4f\xc8\x09\xdc\xc3\xc8\xe4\x67\x8d\
+\x1d\x36\xcd\xde\x6f\x1a\x06\xe6\xd2\x65\x38\xf1\xbe\x0a\xdf\x38\
+\x83\x67\xad\x07\x8a\xa2\x42\xe5\x1a\x34\xa6\x21\x36\x3d\x83\x70\
+\x28\x8a\x75\x95\x02\x4d\x8d\x26\xd6\x57\x2c\x20\x35\x73\x21\x99\
+\x8c\xc7\xf6\xb5\x1d\x96\xa7\xef\x49\x70\xf6\x75\x92\xab\x6b\x6a\
+\x51\x06\x3e\x2f\xc7\x7b\x67\x15\x14\x37\x56\xa1\xb8\xbe\x04\x94\
+\x53\x78\xd4\x02\x78\x54\x2f\xbc\xaa\x07\x1e\xd5\x03\x69\x48\xf8\
+\xfd\x63\xf0\xf9\x86\x31\xea\x1b\x81\x30\xb3\xd2\xb4\xe8\x3f\x2c\
+\x8b\x27\x28\x41\x89\x25\x65\xa5\x10\x22\x5f\x08\x71\xdc\xcc\x59\
+\xbf\xef\xed\xed\x4d\x73\x10\x98\x17\xae\xda\x95\x81\xf3\x2a\x36\
+\x3e\x7a\x3f\xb8\xa6\x00\x00\xec\xdc\x0e\x9d\xeb\xd0\xb9\x1d\x76\
+\xae\x43\xe3\x1a\x98\xca\xd1\xd4\xb4\x05\x2d\x2d\xdb\xc0\x18\x47\
+\x24\x12\x26\xbe\x31\xdf\xc3\x52\x4a\x38\x74\x07\x5c\x6e\x37\x28\
+\xa1\x78\xbb\xbf\xef\x45\xff\xf8\x8d\x56\x00\x7b\x49\xec\xda\xce\
+\x1f\xbc\xf0\x4a\x71\x77\x49\xeb\x46\xe4\x97\xbb\x96\x9f\xe6\x55\
+\xbd\xf0\x6a\x8b\x9d\x7b\x54\x2f\xec\x8a\x06\xc6\x38\x38\x5f\x74\
+\x4a\xe9\xbd\x54\x81\x69\x9a\x38\xf6\xd2\xcf\x93\xe1\xb9\xf0\x21\
+\xfa\xaf\xf7\xaf\xbf\x94\xb3\xf8\x1d\xe0\x8b\x9d\xeb\xb0\xb3\xc5\
+\x53\x65\x36\x50\x4a\xef\xf0\xff\x65\x9c\x73\x34\x37\xb7\xe8\xd2\
+\x42\x03\xcd\xe6\x64\xa9\xea\xe0\xcb\x49\x4a\xe8\xb2\x34\x3a\xd7\
+\xa1\x33\xfd\xff\x02\x5f\x41\x42\x28\xa5\x2a\xcd\xd0\xea\x53\xcc\
+\xa6\xdc\xd5\xfd\x12\x89\xc2\x94\xaf\x44\x60\x9a\xa6\x20\x84\x58\
+\xd4\x6d\x8f\xb8\x93\x73\x29\x00\x00\x23\x0c\x3a\xb3\xdf\x41\xf2\
+\x55\xc0\x01\x60\xf8\xea\x70\x42\x0a\xeb\x1c\x2f\xd6\x7c\x0f\xda\
+\xd9\x7d\x88\x07\xe7\x51\xb1\x7a\xd5\xb2\x2c\x3a\xd7\xc1\xe9\x62\
+\xf7\x23\xa3\x23\x18\x1f\xbf\x81\xf8\x7c\x08\xb1\x58\x18\x73\xd1\
+\x18\x28\xa5\xa8\xad\x6d\xc0\x86\x0d\x8d\xa8\xaf\xab\x87\xa6\xd9\
+\x97\xc1\x33\x99\x34\x82\xc1\x49\xbb\xaa\xea\x83\xdc\x91\xef\xfa\
+\xe7\x9e\xb6\xcc\x9e\x81\xa1\x09\xd4\xac\xab\xfd\xaf\xfe\x4c\x47\
+\x2a\x95\x42\x7f\xff\x5b\x08\x06\x7d\xd8\xbe\x25\x8b\x35\xeb\x24\
+\x0a\x3d\x12\x45\x1e\x20\x9b\x05\x06\x06\xde\xb0\x4e\x9d\xa8\x0a\
+\xff\x79\x5e\x77\xb6\xb5\xb6\xd2\x6f\xec\xf9\xa6\x5a\x50\xe0\xc1\
+\x89\xbe\x13\x39\xae\xf0\xb7\x7a\x5e\xeb\x49\x92\x9b\xff\xae\xfb\
+\x65\xd1\xea\x9a\x17\x5f\x7e\xd5\x0e\x43\x29\xc7\xd6\xb6\xed\x28\
+\x72\x14\xc2\x7f\x7d\x04\x67\xcf\x7d\x84\x9d\x2d\x26\x3a\x1f\xce\
+\x61\xc5\x98\x96\x2d\x34\x11\x48\xf9\x2f\x5f\x3c\xf4\x87\x77\x3a\
+\xcf\x29\x1a\x3b\x0a\x29\xbb\x28\xa5\x8c\x10\x72\x2b\x61\xa5\x77\
+\xf4\xf5\xf4\xcd\x92\xc1\xbf\x42\xd6\x6e\x6a\x86\xc3\x53\x8e\xbf\
+\x7f\xc0\x71\xe6\x33\x1b\x00\x82\x86\x1a\x13\x7b\x1f\xca\xa1\xbc\
+\x58\xde\x53\xe7\xc4\x7c\x2c\x71\xf5\xfc\x47\x9b\x1e\x38\x28\xc7\
+\x00\xa0\xab\xab\x4b\x89\x46\xa3\x65\x0d\x0d\x0d\x13\xc7\x8e\x1d\
+\xb3\x00\x80\x7c\xfc\x26\x9f\xae\xdf\xb2\xad\xc4\x59\xe0\x5d\xbe\
+\x28\x2c\xe0\xd2\x55\x82\x0f\xcf\x33\x4c\xcd\x52\x3c\xd8\x6c\x62\
+\xf7\x0e\x0b\x9a\xba\x98\x7f\xe5\xd4\x7a\x24\xad\x1d\x98\x9c\x8d\
+\x21\x9d\x41\x36\xcf\x59\x90\x5a\x57\xe1\xe6\x53\x91\x84\x98\x9c\
+\x4d\x88\x9c\x69\x22\x93\x35\xc4\xf8\x54\xe4\x4d\x92\x18\xdb\x7d\
+\xc4\xe6\xd0\x5e\x5b\xda\x90\xe9\x10\xc1\xf1\xbf\x28\x08\x04\x25\
+\xd6\x54\x57\xc2\xe1\x71\xc1\x37\x74\x0d\x5b\x1b\x0d\xfc\xf0\xa0\
+\x00\x00\x3c\xfd\xc7\x76\xfc\xee\x99\xef\xc0\x77\x3b\x8c\xfc\x3c\
+\xbb\x55\xe6\xcd\x5b\x5e\xaf\x85\x94\x61\x7d\x31\x32\x9b\x0d\x86\
+\x93\xe2\xdd\x73\x23\x29\x3e\xf4\xc9\xe9\xfd\xdc\x66\x33\x6b\xef\
+\x6f\xe6\x97\xaf\x4b\x74\xff\xad\x08\xa5\xa5\xe5\x78\xee\xb9\xef\
+\x81\x39\x19\xe6\x73\xf3\x70\x95\xb9\x30\x78\x6a\x10\x9b\x2b\x87\
+\xd0\xb4\xad\x06\x9c\x31\xcc\xc6\x92\xa8\xae\xf0\x40\xe1\x8c\x5e\
+\xb9\x11\xc9\x4d\x86\x92\xa6\xd7\xa5\xb1\xfa\xd5\x05\xca\xe6\xda\
+\x22\x35\x18\x4e\xa6\xdc\x79\x1a\xe3\x22\x6b\x3e\x2b\x4c\xf3\xa7\
+\x7d\x27\x7d\x27\x07\x2e\xb7\x9e\xbc\xaf\x71\x93\x63\xff\x63\x07\
+\x20\xa4\xc0\xbc\x31\x0f\x00\xa8\xac\xad\x82\x4d\xe3\xd6\xe0\x05\
+\xc7\x25\x9a\x7e\x6f\x5f\xce\x7c\x62\x34\x30\x13\xd7\x4a\x3d\x79\
+\x34\x14\x4b\x8b\xcb\xfe\x48\x0e\x00\x22\xf1\x8c\x65\x59\x12\x5b\
+\x37\x96\xa8\xae\x3c\x95\x02\x14\xb4\xed\x29\x39\xb2\xfd\x08\x7e\
+\xf4\xee\xa5\xed\x47\x5d\x6e\xaf\x6d\x7f\xe7\x01\x30\xc6\xee\x1a\
+\x28\xd7\x34\xe3\x8b\xf1\xda\xb7\x1f\x38\x2c\x27\x85\xa5\xa6\x27\
+\x42\x99\x34\x00\xcc\xc5\xb3\x62\x65\xdd\xed\x50\xd2\xcc\x19\x42\
+\x3a\xed\x0a\x05\x00\x0e\x00\x9d\x07\xbe\xfb\x0c\x24\x1e\x7a\xea\
+\xc8\xf7\xa9\x4d\xb1\x41\x08\x71\x37\x81\xc2\x40\x40\x1c\x00\x10\
+\x98\x89\x8a\x33\x9f\x93\xcc\xa5\x91\xa9\x5c\x34\x9e\xb1\x56\xd6\
+\x31\x4a\x30\x76\x2b\x64\x4c\x86\x12\x22\x30\x13\x15\xb4\xa3\xa3\
+\x43\x27\x84\xfe\xb6\x7d\x6f\x3b\xad\xa8\x58\xf5\xa5\xeb\x28\x2d\
+\x89\x85\xc8\x02\x87\x94\x43\x00\x10\x08\x46\x45\xa1\x5b\x61\xcf\
+\x1f\x6e\x71\x0f\xfb\x83\xe6\xe0\xc5\x1b\xb9\x25\xdf\xb7\xa3\x5a\
+\x3f\x7a\xa8\xc5\x3d\xec\x9f\x32\x03\xc1\xa8\xa0\x65\x65\x65\x86\
+\x94\x96\x52\x5a\x5a\xf6\xa5\xe0\x00\x10\x0d\x45\x61\x09\x8b\x49\
+\x49\xcf\x2c\xc5\x46\x03\x11\xd3\xae\x72\xf2\xf5\xe6\xb5\xda\xca\
+\xda\x8a\x22\x27\x23\x04\xd8\xd3\xb2\x18\xa7\xdd\xdd\xdd\x06\x67\
+\x2c\xf4\xe9\xa7\x9f\x58\x86\x61\xdc\x05\x9e\x4a\xa4\x70\xf1\xf4\
+\x05\x93\x52\x7a\xbb\xb7\xb7\x37\xb0\x14\xbf\x32\x16\x32\x26\xc3\
+\x0b\xe2\xe9\x47\x36\xe7\xfd\xe4\x40\xb3\xf3\x5b\xad\xeb\xb5\xdf\
+\xfc\x78\x97\xbb\x6e\xb5\xd7\x16\x4f\x66\xad\x5d\x5b\xab\xb5\xe5\
+\x19\x18\x96\xf5\xd8\xd0\x95\xa1\xfe\xe7\x7f\x76\xd4\xe9\x74\x3a\
+\x4d\x97\xcb\x45\x6c\x36\x1b\x9f\x9e\x99\x36\xe3\xf3\x71\x95\x32\
+\x1a\x30\x61\x75\x2c\x81\x13\x10\x21\x21\xd9\x2f\xfe\x74\x26\xd6\
+\xf5\xe8\x66\xe7\x93\x7b\xbf\x96\x47\x29\x81\x61\x5a\xb2\xef\x83\
+\x6b\xc9\x85\xb4\x21\x3b\x77\x6d\x70\x50\x0a\x8b\x48\xb9\xf8\x15\
+\x3c\xfe\xf8\xb7\x4b\x84\x50\x76\x4a\x82\x55\x04\xa4\x52\x42\x3a\
+\xa5\x94\xa3\x84\x62\x58\x53\x1c\x1f\xf6\xf4\xf4\x24\x97\x08\xaa\
+\xdb\x7f\xf5\xb2\x94\xe4\x49\x00\x14\x00\x0a\xdd\x3a\x5d\x53\xee\
+\xe6\x57\xfc\xb3\x46\x26\x6b\x4a\x85\x53\x54\x95\xba\xa9\x7f\x22\
+\xf2\xfa\x7f\x00\x47\x0c\xb0\xec\x3e\x64\xcc\xaf\x00\x00\x00\x00\
+\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x05\x61\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x14\x00\x00\x00\x14\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x13\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x70\x6f\x6c\x79\x67\x6f\x6e\x20\
+\x6c\x61\x79\x65\x72\xc1\x87\xfd\x7b\x00\x00\x00\x18\x74\x45\x58\
+\x74\x41\x75\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\
+\x7a\x63\x7a\x65\x70\x61\x6e\x65\x6b\x5f\x56\xb1\x08\x00\x00\x00\
+\x18\x74\x45\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\
+\x6d\x65\x00\x32\x30\x31\x31\x2d\x30\x33\x2d\x31\x31\x1d\xc9\x61\
+\x9d\x00\x00\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\
+\x68\x74\x00\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\
+\x6e\x2d\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\
+\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\
+\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\
+\x2f\x62\x79\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\
+\x00\x04\x19\x49\x44\x41\x54\x38\x8d\x85\x94\x7f\x68\x53\x57\x14\
+\xc7\xbf\xf7\xbe\xdf\x49\x93\xb4\x09\xb4\x75\x4e\x57\xac\x73\xad\
+\x95\x21\x08\x0a\x1a\xe7\xd4\xa2\x7f\x0c\x36\xd8\x28\x74\xb8\x1f\
+\x0c\x59\x37\x74\x4c\x8a\xfa\x8c\x56\x49\x41\xeb\x62\x3b\xe8\x58\
+\xd9\xd0\x96\xb1\xb1\xc1\xd8\x5a\xa6\x8c\xfa\xcf\xd6\x48\x57\x0b\
+\x75\x03\x87\x9d\x92\x3f\x1c\xce\xf8\x47\xdb\xa5\x69\x6b\xba\xbc\
+\xe4\x25\x79\x79\xef\xdd\xfd\x51\x93\x25\xae\xdd\xce\x7f\xf7\x9c\
+\xef\xf9\x70\xce\xb9\xf7\x5c\xc2\x18\xc3\xff\x59\x7f\x7f\xbf\xb0\
+\xa8\xcd\x1d\x04\xc1\xbb\x30\x85\x9d\xaa\xaa\x6a\x2b\x69\xf9\xd2\
+\x03\x21\xa4\x19\x40\x9e\x31\x36\x56\x00\x3d\xd4\xe6\xdf\xa2\x94\
+\x9d\x13\xbc\x86\x02\xca\x78\x63\x01\x9d\x00\x8e\xae\x04\x24\xa5\
+\x15\x12\x42\xb6\x03\x98\x05\x20\x74\x76\x76\x3e\x90\x2b\xf8\x88\
+\xe0\xc9\xd7\x3a\x37\x25\x1c\xbc\x27\x0f\x3b\xc7\x21\x31\x5a\xab\
+\xdb\x39\xae\x29\x10\x08\x3c\x58\x0e\x48\x4b\x0f\x8c\xb1\x89\x47\
+\x55\x9f\x0d\x06\x83\x59\x80\x7d\xcc\x2c\xca\x78\xb7\xb9\x24\x96\
+\x2c\x28\xf5\x9a\x48\x25\xb3\x6f\xa5\x0a\xe9\xe3\x0e\xc6\xd8\xef\
+\x8c\xb1\x16\x42\xc8\x60\xe0\xd8\x99\xab\x96\x4e\x6f\xea\x77\xdd\
+\xf9\x42\x5c\xa9\xd7\x78\x42\xb1\xfb\xc2\x85\x2e\xff\x72\xc0\xe2\
+\x0c\xfb\xfa\xfa\xa4\x4c\x2e\xf9\x0e\x28\x02\x96\x45\x5b\x00\x9c\
+\x04\xc0\x7d\xf3\xd5\xe5\x63\xad\xaf\xbd\x12\x16\xaa\x33\x1e\xc1\
+\x6b\x80\x50\x06\xe7\xa6\x45\xa7\x76\xbb\x6a\x00\xc0\x46\x00\x65\
+\xb7\xca\xf9\x7c\x3e\x69\x6c\x3c\x7c\xd8\x64\xb9\x61\xde\x97\xdb\
+\xaf\xac\x4b\x79\xcd\x79\xf1\xe5\xe6\x3d\xfb\x3f\x09\x87\xc3\xcf\
+\xc5\x62\x31\xec\x6b\x6e\xbe\x62\xc4\x95\x97\xe4\xa7\x52\x22\xa1\
+\x00\xef\xca\xc3\x98\x71\xc8\xd7\x47\x27\x66\xfc\x3b\x76\x4e\x96\
+\xb5\xac\x1b\xc9\x9f\xa8\xcb\xbc\xe0\xd9\x1e\xf7\x7a\xb6\xcd\x3b\
+\xe5\xb5\x69\x38\x1b\xff\x72\x11\xd1\xbc\xd6\xd3\xd3\x33\x04\x80\
+\x53\xd5\x53\x4f\x30\x8b\x0c\xa6\xef\x78\xf5\xa5\xb9\x00\x7c\xa5\
+\xe1\xa0\x94\x0d\x84\x42\xa1\xf5\x65\x40\x62\x91\xd3\x76\x96\xb3\
+\x39\xa7\x55\x74\xca\x75\x69\x4e\x5a\xa5\x3f\x69\xf3\xb9\xef\x14\
+\x45\x99\x04\x30\x72\xf9\xdb\xe1\x93\xb9\x59\x69\x3e\x7b\xdf\xc5\
+\x12\xd7\x6b\xec\xfc\x9c\xc2\x94\xa7\x35\x4a\x25\xeb\x46\x29\x94\
+\x1b\x19\xb9\x16\x9d\x98\x18\xaf\xb7\x32\x7c\x83\x54\x9b\x11\x0a\
+\x01\xb1\x26\xcb\x1b\xb3\xf2\xaa\x5d\x3b\x9e\x47\xf8\xc7\x51\x4c\
+\x4f\x4f\x1f\xd8\xdb\xbc\x27\x64\x2e\x28\x6f\x0a\x95\x06\xf1\xf8\
+\xe3\x54\xf0\xe5\x08\x95\x6c\xd9\x5c\x90\x0e\x8c\x8f\x4d\x5c\xf1\
+\xfb\xfd\x0f\x29\x00\xe8\x9a\x79\xc4\x88\x29\x49\x63\x4e\xfe\xa7\
+\x76\x02\x78\xb6\x2e\x38\x89\x80\xf7\x42\x3d\x5d\x32\x80\x0f\x4f\
+\x1e\x3f\x23\x31\x9b\x1c\xce\x27\xc5\x0c\x33\x97\x1e\x88\xbc\x26\
+\x4d\x9d\x9b\x16\xbd\x54\x34\x6f\x84\x42\xa1\xf5\x14\x00\x82\xc1\
+\x60\xca\xb6\x58\xab\x76\xab\x4a\x2f\x08\x01\xc0\x5c\x14\x41\x65\
+\x53\x21\x04\x5f\xb6\xb4\xb6\xec\x06\xf0\x4c\x40\x3d\xf5\x39\xcb\
+\xd3\xa1\xe4\xaf\x55\x99\xe2\x88\xd6\xa4\xa9\x50\x93\xab\xa4\xa2\
+\xfd\x45\xd9\xa6\x74\x7f\xd4\x35\x20\x56\x67\x5e\xe7\xdd\x86\x98\
+\x89\xba\xc1\x6c\xc6\xa4\xda\x2c\xe1\x7d\x39\x92\xbe\x5d\x39\x1f\
+\x9b\x9a\xde\xdc\xdb\x7b\xf1\x6a\x53\x53\xd3\xde\x37\x0e\xbe\x3a\
+\xaa\xac\xd3\x1a\x1d\x1b\x92\x42\xe6\xbe\xcb\xd4\xef\xba\xe2\x30\
+\xc5\x6d\x65\x0f\x5b\x60\x8e\x13\x46\x4c\xa1\x99\xa8\x8b\x39\x37\
+\x26\x88\x6f\xdf\x9f\xb4\xe2\xd9\x04\x91\x57\xeb\x50\xea\x53\xee\
+\x55\x6b\x57\x7f\x5f\x57\x57\xb7\x3b\x12\x89\xbc\x70\xf1\xd3\xcf\
+\x4e\xeb\xf7\x5c\x29\x6d\xd2\x6b\xa7\xef\xba\xe7\x60\x8a\xdb\x54\
+\x55\x9d\x2a\x03\xb6\xb7\xb7\x3f\x64\x79\x7b\x8b\x6d\x12\x9d\xab\
+\x30\x4b\x43\x70\x6c\x48\x8a\x7c\x95\xd1\x70\xe8\xc8\xdb\x21\x00\
+\x7f\x44\xef\x45\xef\xc4\x67\xe2\x2d\xc6\x8c\x12\x25\xa6\xb0\x55\
+\x55\xd5\x29\xe0\xb1\xcf\xa1\xd8\x7a\xf7\x07\x2f\x12\xc9\xfa\xba\
+\x72\x57\xcc\x49\x25\xbb\xe8\x67\x26\x45\x62\xac\x26\x6d\x1b\xdc\
+\xa1\xc0\xd1\x0e\x13\xc0\xe6\x4b\x97\x2e\x75\xb4\xb5\xb5\x15\x57\
+\x73\x59\x20\x00\xf4\xf4\x76\x9d\xa6\x0e\xf3\x84\xc7\x1f\xaf\x20\
+\xf4\x91\x86\x11\x68\xb7\xaa\xf2\x46\x4c\x99\xba\xf9\xcb\x6f\x0d\
+\x43\x43\x43\xd5\x00\x1a\x19\x63\x23\x85\xbc\x7f\x7d\x0e\x05\x3b\
+\xde\xde\x71\xce\xd6\xf9\x1f\x52\x93\x4b\xdb\x61\x67\x39\x2c\x8e\
+\x57\xa7\xf2\x73\xca\x98\x9d\xe7\xb6\x0c\x0e\x0e\x1a\x00\x3c\x00\
+\xec\xd2\x3c\x7e\x39\x58\xc1\x64\xde\x7d\x20\x33\x8b\x9b\xda\x64\
+\x55\xa3\x11\x73\x64\x89\x8d\xb3\xc7\x8f\x76\x74\x17\x47\xc0\x58\
+\x04\x40\xa4\x34\x67\xc5\x96\x0b\x76\xfe\xfc\xf9\x1a\x4e\xc2\x30\
+\xb1\xd8\xfb\xaa\xda\xf1\xf3\x7f\x8a\x01\xfc\x0d\x0a\xf4\xd1\xca\
+\x98\xa6\x82\x7d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\
+\x00\x00\x06\x16\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xff\x00\x00\x0d\xff\
+\x01\xf4\x8a\xb2\x89\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\x93\x49\x44\
+\x41\x54\x48\x89\x9d\x95\x6f\x70\x54\x57\x19\xc6\x7f\xe7\xde\x73\
+\xf7\xee\x26\x9b\x4d\x48\x42\x58\xb2\x09\x1b\x0a\x05\xda\x49\x52\
+\x3b\x90\x04\x1a\x15\x06\xd0\x50\xf8\x94\x92\x41\xad\x53\xaa\xd5\
+\x71\xf4\x43\xc7\x19\xa7\xa3\xd6\x0f\xce\x38\xa3\xa3\x1f\x3a\x3a\
+\x95\x8a\x4e\x41\x4d\xc7\x0f\x1d\x97\x1a\x18\xa5\xa4\xd3\x74\x98\
+\x96\x2c\xe9\x1f\x4b\x25\x7f\x20\x41\x28\x34\x84\x84\x04\x36\xc9\
+\xe6\xcf\x6e\x76\x73\xef\x3d\xc7\x0f\x49\xb6\x01\x65\x14\x9f\x99\
+\xf7\xd3\x79\xee\xf3\x3c\xef\xfb\x9e\x3b\x47\x68\xad\xe9\x7c\x45\
+\xec\x32\x84\xf8\x99\xa3\x7c\x89\x57\xdf\xdd\xdb\x9e\xe7\x73\x7e\
+\x92\xca\xd8\x05\xb3\x69\x03\xdb\x16\xd9\xe2\x60\x5a\x48\x23\x7b\
+\xc9\x51\xbc\xd5\x54\xdd\xb5\xb3\x20\x90\x9e\x58\xff\x68\xfd\xd3\
+\x57\x3e\xfa\xfb\x4f\x35\xaa\xbb\xf1\xa0\x7e\x89\x7b\x40\x68\xad\
+\x19\xeb\xae\xff\x73\xfc\xfd\xf9\x03\x7f\xed\x7a\x90\xca\x8a\x0a\
+\xaa\x6b\xea\x28\x2d\x29\xa1\xa8\xa8\x88\x4c\x26\x4b\x32\x99\x64\
+\x32\x39\xc9\xc8\xc8\x20\x17\x2e\x5c\xa0\x32\xec\xb2\xab\x51\x11\
+\x09\x76\xeb\xf1\x1b\xd7\x18\x4b\xae\xaa\x8d\xbd\xbb\x75\x4a\x6b\
+\xa3\x58\x29\x29\x63\xb1\xd8\xb9\x9c\x41\xfc\x8f\x7c\xbb\x3f\xd1\
+\xf0\xab\x0f\x2e\x3f\xe8\x7f\xa2\xf9\xcb\x84\xc3\xe1\x85\x03\x21\
+\xb0\x2c\x1f\x3e\x9f\x0f\xcb\xb2\xb0\x2c\x1f\x9e\x52\x1c\x3f\xd1\
+\x46\x6f\x5f\x0f\xe9\x74\x9a\x50\x9e\x62\x72\x5a\x69\x10\x9e\x65\
+\x59\x8e\xdf\xef\x77\x5d\xd7\x35\x5d\xcf\xfb\x20\x35\x9d\x6e\x69\
+\x6b\x6b\x1b\x97\xa3\xd3\xc5\x75\x9d\x7d\x6b\xfc\xdf\x78\xe6\x19\
+\x42\xa1\x50\xae\x35\x29\x2d\xa4\x94\x98\xe6\x52\x99\x1c\xfe\xdd\
+\x61\xf0\xc3\x17\x9e\x6c\x62\xe8\xda\x75\xba\xdf\x39\xcf\x73\xdf\
+\x7b\x56\xd8\xb6\x2d\xa5\xb4\xa4\x94\x12\x21\x0c\xda\x4e\xb4\x35\
+\xf6\xf6\xf5\x1c\x05\x9a\x8d\xf6\xee\x9d\xab\xb7\x6c\x6e\xb8\x4b\
+\x5c\xde\x55\x16\xa7\xdf\x3e\x4d\x32\x3d\x49\x75\x53\x0d\x69\x3b\
+\x8d\x1d\xf5\x93\x9d\xcb\x62\x9a\x66\x2e\x80\x69\x4a\x6c\xdb\xe6\
+\x40\xcb\x01\xcb\x73\xd5\xde\xfd\x4f\xed\x5f\x2d\x35\xf2\xe1\xb5\
+\x6b\xd7\xe7\xc4\x0d\xc3\xc8\xa5\x5e\x32\xb8\x39\x7a\x93\x53\x6f\
+\xbc\xce\xa3\x07\x36\x33\x3c\x3d\x0c\x40\xe2\x9f\xb7\x09\x47\xc2\
+\xf8\x7c\x36\xa6\x69\xe6\xb8\xa6\x69\x62\xdb\x7e\x02\x01\xbf\xe3\
+\x4e\x79\x21\xc3\x10\x6e\xb1\x65\x59\xb9\xb9\x2f\x4f\xbe\x64\x74\
+\xf4\x0f\x2f\x53\xd1\x50\x89\xf6\x6b\x00\x94\xab\x18\x39\x3f\xcc\
+\x63\x75\x8f\x21\xa5\xb9\x8c\xfb\xa9\x91\xcf\xf2\x79\x80\x4f\x3a\
+\x9e\xe9\x6a\xbd\xf0\xe1\xf2\xd4\x4b\x95\xc9\xcc\x91\x48\x24\xa8\
+\x5a\xf7\x00\x00\x13\x57\xc7\xb9\xfa\xf6\xc7\x54\x56\x54\x50\x5b\
+\x5b\x7b\xc7\x8e\x96\x8c\x16\x83\x6a\x65\x2a\x5b\x6a\xa5\x4f\x0c\
+\x5c\xba\xf8\xf5\x48\x24\xb2\x48\xb0\xee\x30\x3a\xd3\x79\x06\xbb\
+\xc0\x66\x66\x74\x86\xf1\x2b\x09\xa6\x07\xa7\x68\x69\xde\xcf\xa6\
+\x8d\x0f\xe5\x04\x97\x77\x6c\x18\x06\x9e\xe7\x91\x4c\x26\x6d\xc3\
+\x33\x6e\xc9\xa6\x9a\x4e\xd5\xd1\x6d\xb0\x7b\xf7\x17\xff\x6d\x3c\
+\x5a\xc3\xc5\xfe\x1e\xdc\x39\x97\xcb\x1d\x97\xd0\x9e\xa2\x30\x28\
+\x69\x6f\x3f\xce\xb1\xd7\x8e\x51\x54\x98\xc7\xba\x75\x1b\xd5\x8e\
+\xed\xbb\x8c\xaa\xaa\x07\x30\x4d\x13\x80\x8b\xfd\x17\x10\xa6\x31\
+\x18\x8b\xc5\xae\xcb\x35\xa5\x37\x6f\x14\xe5\xcf\xea\x78\xfc\x8c\
+\xd8\xd3\xb4\x2f\x67\xa0\xb5\xe6\xc8\x91\x43\x58\x7c\xcc\x0b\xcf\
+\x67\x08\xd8\x50\x90\x0f\x42\x38\x00\x38\x0e\xdc\x9e\x98\xe6\x78\
+\xdb\xab\xbc\xf4\x9b\x9e\x54\x49\x49\x58\x35\x34\x6c\x0d\x96\xaf\
+\x2e\x17\xaf\xfd\xe5\xd8\xdc\x7c\x36\xfb\x7b\x00\x71\xea\xd7\xd8\
+\x8f\xec\x78\x7c\xe0\xe7\x2f\x17\x56\x15\x97\x54\x52\x53\x53\xc7\
+\xec\xec\x14\xf1\xf8\x3b\xd4\x6c\x74\xf9\xce\x57\xe7\x58\x0c\xf6\
+\x1f\xf1\x61\xc7\x29\x27\x9b\xf1\x9e\x3d\xd4\xf1\xc4\xa8\xdf\xb6\
+\x9b\x0d\x21\xb6\x65\x9d\xec\x21\xe5\xf0\xdb\x58\x2c\xe6\x89\xf8\
+\x2b\x3c\x5d\x1a\xae\x78\xb1\xf2\xe1\xcd\x85\xa7\xbb\x4c\x06\x47\
+\x2c\xf2\x03\x8a\xcf\xd7\x3b\x44\x23\xfa\x9e\xc2\x99\x74\x8a\x4c\
+\x2a\x45\x66\x76\x66\xe0\xea\x40\xdf\x73\x42\xe3\x2d\x9d\x99\x26\
+\x3a\x2b\x39\xb7\xe3\x2b\x3a\x21\xd1\x3c\x32\x3b\x35\x19\xb0\x7d\
+\xf0\xf8\x0e\x0f\x3e\xe5\xdd\x13\x57\xfb\xce\x73\x6b\x68\x70\xf1\
+\x6a\xcb\x4d\xb6\x5d\x7a\x32\xbf\x74\x33\xd3\x63\x71\xb4\x37\x87\
+\x52\x0a\x6b\x9e\xf9\xb3\xad\xe2\xbb\x52\x09\x5a\x23\xeb\x36\x7c\
+\x09\x28\xff\xaf\xca\xc0\x7c\x26\xc3\xad\x1b\xd7\x09\x14\x6e\xc2\
+\x0e\xae\x45\x18\x12\xcb\x5f\x46\x74\xcb\x0b\x5c\x89\x1f\x04\x40\
+\x2b\x87\xf4\x64\xaf\x6f\x7e\x6e\xf8\x87\x86\x0d\xc3\xd9\x54\x4a\
+\x79\xee\xc2\xf2\x94\x52\x78\x9e\xbb\x40\xd4\x1a\xd7\x71\x60\xf1\
+\x3f\xf1\x5c\x97\x4c\x3a\x85\x40\x50\xb0\x6a\x3b\x86\xcc\x5b\x70\
+\x15\x12\x84\x01\x08\x00\xa4\xbf\x8c\xe0\xca\x7a\xd0\x44\xa5\x12\
+\x94\x0d\x5f\xbb\x5c\x7a\x7b\x64\x68\xf2\xa1\x86\xcf\xbd\xd9\xdd\
+\xf9\x56\x0b\x5a\x19\x1b\xb7\x34\x9e\x1c\xbe\xdc\x5f\x3b\x93\x9c\
+\x88\x96\x96\x57\xf4\xe5\x17\x16\x8d\x0f\xf6\xf7\x6d\x97\xd2\x9a\
+\x13\x66\x20\xb0\xa2\x62\x2f\xc1\x95\x5b\x99\x1a\xe9\xa0\x28\xb2\
+\x07\xd3\x0a\x11\xad\xfb\x25\xa9\xc4\x87\x14\x55\xee\x63\x6c\xe0\
+\x30\x13\x83\xc7\x17\xde\x83\xf7\x8f\x8a\x55\xca\x47\xf9\xb6\x83\
+\xfa\x1f\xf1\x56\xb1\x47\x08\x7c\x4e\x94\x53\xf6\x27\xac\xd7\xf0\
+\x19\x61\xd0\x39\x23\x48\xe6\x2b\xf6\x21\x08\x99\x32\x74\x24\x14\
+\xde\x4e\x70\xe5\x36\x22\x35\xcf\x33\x9f\xba\x4e\x72\xb8\x9d\x92\
+\xb5\x4f\x02\x30\xf4\xd1\x8f\xc8\xcc\x5e\x23\x79\xe3\x75\x24\x40\
+\xc3\x37\xf5\x18\x30\x06\xf0\xd9\xaf\xe9\x37\x96\x8d\x7c\x60\xb1\
+\x96\x10\x3b\xdb\x2a\xb6\x82\x42\xb9\x69\xd2\x93\x3d\x00\x4c\x8d\
+\x9e\x66\xfc\x93\x18\x81\x15\xb5\x04\x42\x1b\x48\x27\x2f\xe6\x2e\
+\x8b\xf1\xbf\x2c\xf6\x6e\x78\xce\x2c\xa9\xf1\x73\x14\x94\x35\x02\
+\x50\x1c\x6d\xa1\xbc\xfa\x07\x04\x4b\xeb\x30\x64\x1e\xf9\xc5\xb5\
+\xcc\x8c\x9d\xfd\xff\x0d\x00\xa2\xf5\x2f\x62\x5a\x21\x7a\x4f\xd6\
+\x31\x39\xf4\x37\x42\xab\x77\x32\xd2\xfb\x0b\xfa\xdf\xdc\xcd\x8a\
+\x35\xcd\x94\x6d\xf8\x16\xb0\xf8\x26\xdf\x0f\xe2\x7f\x12\x0d\x42\
+\xf1\x9e\x10\x12\xad\x17\x6e\x9b\x1d\xac\xa2\x7a\xef\x7b\x9c\x8b\
+\x85\x73\x3c\x21\x4c\xb4\xf6\xee\xbf\x83\x34\xf4\x01\xd3\x4b\xe2\
+\x0b\xd0\x28\x2f\x73\x07\x4f\x6b\x0f\x2d\xe8\xba\xef\x0e\x00\xe2\
+\xad\xe2\x29\x21\xf8\x31\xb0\xfe\x5e\x1c\x2d\xe8\xd2\x9a\xef\xff\
+\x0b\xcf\x22\x57\x6c\x30\xfe\x14\x0c\x00\x00\x00\x00\x49\x45\x4e\
+\x44\xae\x42\x60\x82\
+\x00\x00\x06\x49\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\xc6\x49\x44\
+\x41\x54\x48\x89\x8d\x55\x6b\x6c\x54\x45\x14\xfe\x66\xe6\x3e\x76\
+\x7b\x6f\xb7\x65\xbb\x65\xd9\x96\x3e\x44\x0a\x74\x63\xc5\x17\x6b\
+\x14\x14\x15\x2b\xb1\x89\x18\x6a\xba\x52\x48\x5a\x51\x62\x8c\x24\
+\x24\x68\xf0\x87\x2f\xfe\x48\x8c\x3f\x34\x31\x46\x13\xa3\xa6\x36\
+\x2a\x21\x6d\x00\xa9\xa4\x3c\xd4\x62\x91\x12\xda\x28\xa8\xa5\xc5\
+\xee\x96\x97\xdb\x2e\xc5\xd2\xd7\x2d\xfb\xba\xbb\x77\xc6\x1f\xeb\
+\xf6\x01\xd4\x78\x92\x93\x3b\x73\x32\xe7\xfb\xce\x39\x33\xe7\x5c\
+\x22\x84\xc0\x8d\x52\x5d\x5d\x9d\x27\xa9\xe4\x71\x00\x0a\xe1\x44\
+\xe6\x84\x50\x41\xc4\x6f\x15\xcb\x2a\x4e\xef\xdc\xb9\x93\xdf\xe4\
+\xf0\x1f\x42\x66\x12\xd4\xd6\xae\x2f\x95\x14\xfb\x1b\x96\xc5\x37\
+\x15\x17\x15\xa7\x54\x55\x25\xb2\x2c\x11\x4a\x19\x42\x03\xa1\x94\
+\x61\x18\x92\x22\xcb\xed\xd1\x48\x74\x6f\x4a\x12\x3f\xee\xfd\x66\
+\xef\xe5\xff\x4d\xb0\x71\xe3\xb3\xb5\x84\xd1\x2f\xee\xbd\xe7\x5e\
+\xe9\x7e\x9f\x4f\xd6\x34\x0d\x8c\x31\x48\x92\x04\xc6\x24\x48\x92\
+\x84\x48\x34\x8a\xfe\x60\x10\x3d\xbd\x3d\xd1\x40\x30\x48\x20\xc4\
+\x24\x08\xf9\xde\xb2\xac\x6b\xb2\x22\x7b\x28\x50\x62\x71\xee\x49\
+\x59\xa9\xcf\x26\xc7\x23\x1f\xb4\xb4\xb4\x44\x89\x10\x02\x7e\xbf\
+\xdf\x67\xb3\x2b\x6d\xf5\x75\x75\x5a\x5e\x5e\x5e\x9a\x99\x90\x59\
+\xe0\x33\xd7\x99\xef\xd0\xd0\x15\xf4\x05\x02\x30\xcd\x04\x34\x4d\
+\x43\x8e\x23\x07\x76\xbb\x1d\xad\x87\x5b\x63\xfd\xe7\xfb\xff\xf8\
+\xea\xcb\xaf\x1f\x20\x42\x08\xd4\xd5\x6f\xea\xac\xac\xac\xf4\x55\
+\xdc\x51\x31\x95\x5a\x1a\x84\xcd\x49\xc0\x18\x9b\xb3\x2c\x9c\x73\
+\xec\x7a\xf7\x9d\x48\xf8\xca\xe0\x0e\xd6\xdd\xdf\xbd\x50\x22\x6c\
+\xd7\xd3\x4f\xad\x93\x08\x21\x00\x00\x4a\x29\x18\x63\x53\x40\x8c\
+\x31\x50\xca\xa6\xd6\x8c\x31\x64\xce\xde\xb2\xee\x84\x80\x52\xaa\
+\x04\x82\x7d\x06\x95\x53\x22\xd7\x66\xb7\x99\x94\xd2\x19\x07\x28\
+\x28\xcd\x28\xfb\x57\xa7\x6d\x37\x82\x27\x86\x87\x31\x79\xee\xdc\
+\x2c\x9b\x2c\x49\x20\x84\xda\x28\x40\x74\x55\x51\xa6\x9e\xde\x4c\
+\xa0\xd9\xca\xfe\x05\x9f\x0e\x64\xa4\xa3\x03\x27\xaa\xaa\x70\xb4\
+\xbc\x1c\xc7\x56\xae\xc4\x89\xaa\x2a\x70\xd3\x04\x00\x58\xdc\x02\
+\x38\xe7\x12\xe7\xec\x9a\x61\x4c\xaa\x9c\xf3\x9b\x40\x67\x67\x92\
+\x26\xc9\x44\x7f\xad\xbd\x1d\xb1\xde\x5e\x48\xba\x8e\xfb\x1a\x1b\
+\x91\x32\x0c\x9c\xd9\xba\x15\xb1\x70\x18\x5a\x69\x29\xfa\x02\x7d\
+\x91\x58\x3c\x76\x4c\xb2\x2c\x2b\x02\xc8\xfd\x81\x40\xa0\xc2\xeb\
+\xf5\xde\x32\xfa\x70\x38\x8c\xbe\x40\x1f\xc6\xc6\xc6\xe2\xc3\xc3\
+\xc3\xe6\xe8\xe8\x88\x78\x2e\x7f\x81\x23\xd8\xd5\x29\x0a\xdf\x7e\
+\x8b\xe6\x16\x15\xe3\xf7\x2d\x5b\x20\xe7\xe4\xc0\x5e\x50\x00\x21\
+\x04\x7a\xce\x9e\x05\x11\xbc\x4d\x52\x55\xf5\x11\x33\x9e\x2a\x6a\
+\x6e\xde\x87\x92\x92\x5f\x91\x9b\x9b\x8b\xc5\x8b\x6f\x87\xd7\x5b\
+\x8e\xec\x6c\x07\x5a\x0f\xb5\x26\x4e\x9e\xec\x48\x70\xce\x3f\xb7\
+\x78\xea\x02\x17\x64\x20\x77\x32\x1a\x35\x39\x39\x3a\x74\xaa\xf3\
+\x4c\xff\xd6\x97\xdd\xdd\x97\x43\x05\x59\xa9\x14\x59\xde\xd8\x08\
+\xaa\x28\x68\x3f\xfe\x93\xb0\x38\xff\x73\xcf\x9e\x7d\xe7\x32\x7d\
+\xa0\xc8\x8a\x74\xc6\x39\xcf\xb9\xcc\xe5\xca\xa7\x6e\xb7\x1b\x86\
+\x31\x81\xcb\x7f\xfd\xc5\x13\x89\x44\xf8\xfa\xe4\xf5\x1d\x9c\xf3\
+\x03\xcd\xcd\xcd\xf1\xfa\xfa\xfa\x97\x1c\x0e\xc7\x8e\x82\xd3\xa7\
+\x0b\xdd\xa7\x4e\x99\xd4\xb2\x0c\x4b\x91\x8f\x9d\x59\xfd\x90\x39\
+\xea\x76\xfb\xb3\xec\x76\x11\x8b\xc7\x4c\x33\x9e\x7a\xa4\xa9\xa9\
+\xa9\x7b\xaa\x93\xfd\x7e\xbf\x9d\xc9\xe4\x4d\x42\xe8\x4b\x8a\xac\
+\xea\xba\xa6\xa5\x1e\x7c\x70\x25\xca\xca\xca\xb2\x02\x81\x40\xb4\
+\xb3\xb3\x33\x92\x4c\x26\xf5\xd5\xab\x57\x33\x4d\xd3\xf8\xfe\xfd\
+\xfb\x5b\x4b\x1a\x1a\x6a\x76\x0a\x31\xf5\x40\x36\x6f\xde\x6c\x8b\
+\x44\x22\x25\x9a\xa6\x5d\x6e\x68\x68\x88\xcf\x1a\x15\x37\x4a\x75\
+\x4d\x75\x8d\xaa\x28\xbb\x28\xa3\x8b\x72\xb2\x73\xc8\x8a\x15\x3e\
+\xea\xca\x73\x41\x51\x14\x1c\x3a\xd4\x9a\x54\xd9\x75\x9e\x25\x5d\
+\x55\x97\xc7\xbb\x21\x85\xae\x80\x66\x27\x61\x2b\x03\xd4\xa2\xb4\
+\xbf\x00\xba\x08\xc5\xab\x37\x11\xf8\xfd\x7e\x27\x91\xc4\x41\xc1\
+\xc5\x03\x9a\x53\x83\xee\xd6\x31\x7a\x71\x14\xba\x3d\x9b\x17\x15\
+\x16\x8b\x50\x28\x14\x71\xd8\xa3\x8a\x67\xe1\x22\x5b\x41\xef\x25\
+\x2c\xca\xcd\xc3\xc0\x91\x3d\x48\x0c\x46\x91\x34\x0c\xb8\xd6\x79\
+\xe0\xa9\xf3\x20\x91\xe8\x47\xca\x9c\xe8\x9a\x45\xe0\xf7\xfb\x2b\
+\x88\x24\x8e\x2a\x9a\xea\x5c\x52\xb9\x54\xd1\xe7\xeb\x00\x80\xc9\
+\x21\x03\x67\xbf\xed\x06\x38\x5f\xd3\xd4\xb4\xaf\xad\xa3\x91\x08\
+\x83\xae\xc5\xd5\x3d\x0c\xce\x48\x08\x8b\xdf\x2a\xc5\xd2\x35\x2d\
+\xe8\x78\xed\x6e\x84\x3e\xe9\x81\xab\xaa\x18\x85\x5b\x4a\x31\x71\
+\xe5\x47\x4c\x75\x4d\x5d\x5d\x9d\x46\x64\x1c\xd0\xe7\xeb\xf9\xcb\
+\x6b\xee\x9a\x02\x07\x80\xec\x05\x0e\xd8\x73\xed\xa6\x20\x64\x4d\
+\xc6\xb6\xdc\xb7\x1e\xde\x75\x8f\x62\xfc\xe7\xb3\x38\xff\xfa\x25\
+\x84\x0f\x1f\xc6\x6d\x4f\xbd\x02\xc7\x9d\x25\x88\xf5\x4a\x70\x96\
+\xd4\xa4\x1b\x37\xe3\x10\x4f\x46\x3f\xa4\x8c\x14\x2d\xa9\x5c\xc6\
+\x98\x72\xf3\x20\x93\xb3\x14\x42\x08\x99\x97\xd9\x8f\x0f\xb6\xa2\
+\x60\x15\xc5\xda\x13\xc7\x21\x4c\x8a\xb6\x27\x9f\x44\xdb\xc3\x75\
+\x30\x7e\x0f\xa3\x70\xd3\x3d\x18\x1f\x6c\x9d\x26\xf0\xd7\x3e\xb3\
+\x1e\x02\x2f\x2c\x7e\x6c\x89\xa4\x68\xca\x2d\x2f\x5d\x52\x18\x13\
+\x04\xd9\xd3\x16\x01\xe3\xea\x4f\xc8\xf3\xad\xc0\xaa\x83\xef\xe1\
+\xee\xbd\x4f\xe0\xe1\xc3\x1f\x63\x5d\x5f\x2f\xb4\xfb\xaf\xa7\xaf\
+\x39\x43\x40\x08\xfd\x6c\xbe\xd7\x2d\x9c\xa5\xce\x5b\x82\x03\x40\
+\x64\x24\x6a\x12\x81\x60\x66\x3f\x16\x3a\x08\x26\x3b\x20\x20\xa0\
+\xe5\xfb\x90\x7f\xc7\x33\x28\x78\xb4\x16\x36\x8f\x1b\x4c\x76\x60\
+\x2c\x74\x70\x66\x89\x88\xac\xbb\xf4\x39\xe7\x6f\x32\x96\x44\x62\
+\x32\x6e\x23\x42\xfc\x9c\xb1\x2d\x28\xdf\x06\x8f\x77\x3b\x82\xed\
+\x1b\x30\x31\x78\x04\xf3\x97\xbc\x88\x89\xc1\x23\x08\xb6\x6f\x80\
+\xc7\xbb\x1d\x0b\xca\xb7\xa5\x33\x4f\xe3\x63\x60\xe4\xc2\xc8\x52\
+\x57\x59\x3e\x63\xf2\xec\xfa\xf3\x14\xc7\xa5\x93\x17\x39\x80\x64\
+\x2c\x96\xec\xcc\xd8\xff\x0e\x7c\x8a\xa1\x3f\x3f\x02\x04\xc7\x58\
+\xe8\x00\xf2\x6e\xdb\x80\xe0\xf1\xda\x74\x76\x03\xdf\x81\x52\x65\
+\x9a\xc0\xe2\xfc\x79\x23\x3c\xf1\xdd\x2f\x5f\x76\xcd\x53\x75\x35\
+\xa5\xe8\x0a\x93\x6c\xb2\x14\x1b\x8b\x99\xb1\x89\x98\x04\x88\x71\
+\x22\x44\x75\x4b\x4b\x4b\x34\x5d\x7d\x74\x71\x2b\xee\x9b\xb3\x9e\
+\x82\x83\x5b\xf1\x74\xb3\x4d\xff\xf4\x37\xba\x92\x3c\xb9\x96\x40\
+\x14\x09\x81\x85\x94\xc2\x09\x90\xf3\x5c\xa0\x47\xa6\xf2\x0f\xbb\
+\x77\xef\xbe\x96\xf1\xef\xf8\x8a\xac\x12\x1c\xef\x13\x60\x4e\x92\
+\x4c\x27\xff\x03\xc9\xbb\x79\xcd\x55\x09\x66\x80\x00\x00\x00\x00\
+\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x06\x1c\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x17\x08\x06\x00\x00\x00\x11\x21\x8f\x2d\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xee\x00\x00\x0d\xee\
+\x01\x6f\xd9\x40\xa7\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x10\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x6c\x69\x6e\x65\x20\x6c\x61\x79\
+\x65\x72\x94\x45\x62\xc1\x00\x00\x00\x18\x74\x45\x58\x74\x41\x75\
+\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\x7a\x63\x7a\
+\x65\x70\x61\x6e\x65\x6b\x5f\x56\xb1\x08\x00\x00\x00\x18\x74\x45\
+\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\x6d\x65\x00\
+\x32\x30\x31\x31\x2d\x30\x33\x2d\x31\x31\x1d\xc9\x61\x9d\x00\x00\
+\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x00\
+\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x2d\x53\
+\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\x70\x3a\x2f\
+\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\
+\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\
+\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\x00\x04\xd7\
+\x49\x44\x41\x54\x48\x89\x9d\x55\x6b\x6c\x54\x55\x10\xfe\xe6\x9c\
+\xbb\xaf\xb4\xb7\xb4\x29\x6b\xe9\x03\xa8\xa8\x14\xa1\x45\xc0\x94\
+\x47\x02\xb4\x94\x20\x89\x11\xa3\x20\xa9\x89\x2f\x62\x82\xe0\x23\
+\x92\xb6\x4b\x4c\x31\xa1\x36\x31\x02\xa1\xdd\xa2\xc5\x6a\x24\x92\
+\x18\x63\x48\x0c\xc4\x60\x20\x31\x91\xbe\xf0\x01\x22\x81\x8a\x0d\
+\xe5\x8d\x6d\x61\x5b\x76\xdb\xee\xb6\xdd\x47\x77\xb7\xf7\x8c\x3f\
+\xe8\xd6\x45\xbb\x35\x30\xc9\xfd\x71\xbe\x33\xf3\x7d\x33\xe7\x4e\
+\x66\x88\x99\x71\xbf\x56\x5d\x5d\x2d\x92\x8a\x92\xf6\x08\x12\x9b\
+\x94\x52\x67\x84\x14\x5b\xcb\x57\x96\x77\x57\xb7\x54\x6b\x3a\xe9\
+\xb5\x00\x5e\x66\xe6\x5f\xa4\x94\x5b\xe8\x41\x04\x9c\xcd\xce\x0d\
+\x4c\x7c\x38\x5b\xcf\x42\x6f\xe0\x0e\x1b\x6c\xb4\x81\xf1\x2d\x80\
+\x05\x00\x4a\x73\x52\x72\xe0\xf2\xbb\x94\x52\xea\xa0\xb8\x6f\x76\
+\x00\x0c\x9e\x07\x00\x85\x59\x85\x98\x62\x4e\x21\x02\x2d\x04\xb0\
+\x0b\x40\x29\x81\xb0\x2c\x7b\x09\x74\x93\x4e\x04\xca\xa7\x3d\x4d\
+\x7b\xf2\x24\xc9\xbd\x44\xf4\x18\x83\x1b\x2a\x8a\x2a\xea\x13\x11\
+\xef\x6d\xde\xfb\xaa\x32\xd4\x51\x13\x99\x32\xa0\xa1\x83\x99\x63\
+\x09\x3a\xfc\xf0\x7f\x6a\x83\x2d\x5f\x42\x9e\x02\xa0\x8d\x65\xb2\
+\x45\x93\x24\xf7\x9b\xa4\xa9\x24\xcd\x92\x4a\xee\xa0\xe7\x93\xba\
+\xa6\xba\xdf\xca\x4a\xca\xce\x4c\x24\x40\x44\x2f\x6a\x9a\xf6\xa1\
+\x82\x3a\x4a\x4c\x04\xa0\x91\xc1\xbb\x1d\xc5\x8e\x13\x63\x2e\x67\
+\x6b\x5b\x6a\x0b\xc0\x58\x4f\x82\x4e\x95\x17\x97\x37\x6b\x44\xb4\
+\x20\x2b\x39\x53\x14\xd8\x0b\x70\xec\xda\x71\x28\xa1\x16\x01\x98\
+\x50\x40\x90\xf0\x32\xf3\x74\x02\xbd\x43\x20\x56\x50\xe7\xc9\x4f\
+\x6d\xf1\x3e\x15\xc5\x15\x97\x00\x7c\x34\x1e\xc3\x8a\x0f\x75\x0e\
+\x76\xe1\xd8\xb5\xe3\x20\x22\x25\x20\x4e\xfc\x87\x39\xf6\xf6\x8a\
+\x7d\x71\xff\x81\x08\xe4\x80\x8e\x3f\xeb\x9a\xeb\x76\x26\x8a\x11\
+\x7a\x8a\x5e\x41\x4c\xaf\x81\x30\xc2\xcc\x42\x91\x3a\xea\x6c\x75\
+\xae\x4a\xe0\xef\xfb\x37\xc0\x60\x97\xa1\x8c\x1f\x13\x09\x8c\xb7\
+\x69\x6d\x4b\x6d\x0f\x80\x69\x63\x78\x98\xc1\xf5\xd2\x23\x77\x96\
+\x6d\x2c\x0b\xc5\x9c\x9d\x27\x9d\xef\xb1\xe2\xdd\x63\xc7\x28\x33\
+\x7f\x86\x28\x76\x38\x9e\x72\x04\x12\x56\xf0\x8f\x14\x2c\x71\xb8\
+\x85\x40\x0e\xc3\x6e\x9c\xac\x6b\xaa\x5b\x3c\x9e\x2d\x73\xde\x98\
+\xaf\x4b\xb2\x7c\xde\xb1\xca\xb1\x6d\x32\xf2\xf1\x0a\x1a\x5a\x1a\
+\x92\x43\x08\x79\x11\x6b\xaf\xbb\xb5\xbb\x48\xd0\xe7\x0c\xce\x01\
+\xe3\x8a\xdf\xef\xff\x4c\xd7\xf5\x0e\x66\x4e\x89\xc8\xc8\xec\xca\
+\x15\x95\x9e\xc9\x88\xef\x11\x70\x36\x3a\x67\xb3\xe4\xcb\x77\x93\
+\x23\x83\xc1\xb7\xfc\x61\xff\xa2\xaa\xb5\x55\x03\x35\xad\x35\x5f\
+\x10\xd3\x66\x10\x5c\x60\x64\x91\xa0\xad\x07\xf7\x0f\x7f\x13\x0c\
+\x98\x96\x31\x84\x4c\x44\xac\x94\x8a\x2a\xdd\xf6\xab\x06\x00\x4a\
+\xa8\x34\x02\xf5\x32\xf3\x01\x26\x16\x04\x7a\x5f\xb7\xe9\x33\x01\
+\x0c\x90\x22\x1f\x08\x00\x23\x0b\x00\x94\xa1\x76\xcc\xc8\x9e\x56\
+\x55\x5e\xba\x62\xca\x85\xab\xfd\x01\x83\x15\x3f\x92\x9d\x6a\xc9\
+\x4c\x4f\x32\x7b\x06\x43\xd1\x2b\x5d\xde\x11\xef\xf0\x88\x11\x0c\
+\x45\xf8\xe7\xb6\xce\x1b\x1a\x00\x44\x55\xf4\x1a\x80\xfc\xca\xd5\
+\x95\xfd\xbb\x1a\x77\xa5\x9b\xa5\xb9\x9c\x15\x6f\x03\xb0\x89\x04\
+\x79\xe3\xe7\x55\x34\x42\x33\x1e\xce\x4c\xc7\xa2\xd9\x0f\x21\x4d\
+\xb7\x9a\xb3\xed\xc9\xd2\x62\x92\x34\x6a\x30\xcf\x99\x99\x66\x5b\
+\x5e\x90\x95\xf2\xc7\xf5\xbe\xf0\xc5\x9b\x03\xd1\xae\x1e\xdf\x9c\
+\x09\x87\x5d\x6d\x4b\xed\x01\x00\xaf\x70\x84\x67\x08\x8b\xd8\xc0\
+\xcc\x0d\xb1\xbb\x48\x84\x23\x7f\x9d\xcd\x8d\x96\x95\x2e\xb1\x4e\
+\x4d\xb5\x49\xa5\x98\x5b\xdb\x6e\x8f\xb8\xbd\x21\x63\x4a\xb2\x45\
+\x2c\x99\x9b\x61\x49\xb2\x6a\xe2\xbb\x93\x37\x02\xa7\x2f\x74\x87\
+\x27\x1c\x76\x0c\xfe\x18\x80\x45\x98\xc5\x9b\x4c\x6c\xc4\xe1\x1d\
+\x83\x3e\xe3\x05\x65\x88\x40\xb7\xdb\x3f\x2a\x05\xc1\xd5\x1f\x34\
+\xdc\xde\x90\x01\x00\x83\xfe\xb0\xba\xda\xed\x8b\xda\x2c\x1a\xd9\
+\xd3\x6c\x12\x88\x6f\xd3\x38\x73\x14\x3b\xda\x01\x34\x32\xf1\x5b\
+\x50\x58\x37\x46\x7e\x44\x86\xe5\xf2\x23\xdf\x8f\xb4\x02\x40\xb7\
+\xdb\x3f\x3a\x6a\x28\xf4\xf4\x05\x8c\xf8\xd8\x5b\x6e\xbf\x31\x30\
+\x14\x1e\xc7\x34\x24\x32\xc2\x39\x62\x5a\xcd\xe0\x67\x88\xc8\x57\
+\x51\x54\xb1\x11\x00\x37\x7c\x5d\x9d\xd2\x7e\xb5\x27\x32\x38\x1c\
+\x14\xbf\xb7\x77\x46\xba\xee\x0c\x8f\xc6\x87\xa5\x26\x59\x84\xbb\
+\x7f\xd0\x38\xd5\x7e\x3b\xec\x19\x08\xa8\xc9\xf6\xc1\x4b\x69\xd6\
+\x34\xcc\xb3\xcf\x05\x33\xa7\xd6\x34\xd5\x8c\x8f\x8f\xde\xfe\x61\
+\x63\xfe\xa3\x76\xf3\x07\x9b\x57\xa6\x76\xf7\xfa\x8c\x8b\xd7\xef\
+\x8c\xc6\xbe\x4d\xeb\xe6\x27\xbf\xbd\xf1\xc9\x14\x77\xff\xb0\xf2\
+\x78\xfd\x89\x05\x88\xc9\xa4\x09\x09\xab\xb4\xde\x3d\x13\x99\xe2\
+\xef\xcf\x5f\xea\x89\x9a\x4d\x92\x4a\x0a\x73\xad\x31\x4c\x10\x21\
+\x73\x6a\xb2\x06\x00\x6b\x96\xce\xb2\xfe\xdf\x13\x55\x79\x82\x7d\
+\xf5\xee\xa0\x47\x12\xe8\xf4\xf4\xbe\xe9\xf7\x4c\xd9\xf3\x57\x7a\
+\x23\x03\x43\x21\xe3\xdd\xd2\xc5\x29\x8f\xcf\x4c\x37\x5d\xee\x1a\
+\x88\xae\x59\x3c\xcb\x96\x6d\xd7\xe5\x50\x20\xac\x56\x17\xe6\xda\
+\x0e\xfd\xd0\x1e\x9c\x74\x27\xef\xfb\x69\x5f\x66\x34\x1a\xcd\xdc\
+\x5e\xb2\xfd\x5c\x0c\x7b\x62\xed\xf6\xa4\x21\x2d\xbd\x03\x80\xb6\
+\x34\x3f\xdb\xfc\xfa\xb3\x0b\x93\x17\xe6\x65\x58\xa4\x14\xf0\x87\
+\x22\xea\x70\x63\x47\xd0\xa4\x09\x3c\x57\x94\x97\x54\xf4\xc6\x57\
+\xae\x07\x5a\xfa\xb9\x4f\xef\xae\x27\x81\xf5\x60\x10\x00\xa4\xea\
+\x56\x91\x93\xa1\xcb\x8b\x37\xfb\xa2\xca\x60\x98\x35\x49\x59\x76\
+\x9d\x3a\x7b\xbd\x5f\xfe\x0d\x4c\x2e\x4d\x40\x82\xb6\x88\xd6\x00\
+\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+\x00\x00\x06\xcb\
+\x89\
+\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
+\x00\x00\x18\x00\x00\x00\x17\x08\x06\x00\x00\x00\x11\x21\x8f\x2d\
+\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
+\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
+\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
+\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
+\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x10\x74\x45\
+\x58\x74\x54\x69\x74\x6c\x65\x00\x6c\x69\x6e\x65\x20\x6c\x61\x79\
+\x65\x72\x94\x45\x62\xc1\x00\x00\x00\x18\x74\x45\x58\x74\x41\x75\
+\x74\x68\x6f\x72\x00\x52\x6f\x62\x65\x72\x74\x20\x53\x7a\x63\x7a\
+\x65\x70\x61\x6e\x65\x6b\x5f\x56\xb1\x08\x00\x00\x00\x18\x74\x45\
+\x58\x74\x43\x72\x65\x61\x74\x69\x6f\x6e\x20\x54\x69\x6d\x65\x00\
+\x32\x30\x31\x31\x2d\x30\x33\x2d\x31\x31\x1d\xc9\x61\x9d\x00\x00\
+\x00\x52\x74\x45\x58\x74\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x00\
+\x43\x43\x20\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x2d\x53\
+\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x20\x68\x74\x74\x70\x3a\x2f\
+\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\
+\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\
+\x2d\x73\x61\x2f\x33\x2e\x30\x2f\x5e\x83\x5a\xbc\x00\x00\x05\x86\
+\x49\x44\x41\x54\x48\x89\x8d\x95\x69\x6c\x54\x55\x14\xc7\xff\xf7\
+\xbe\x99\xbe\x37\xd3\xce\xd2\x4e\xd7\x29\x5d\xa6\x6c\x45\x76\x2a\
+\x14\x05\x59\x64\x09\x2a\x68\x48\x14\x0d\x28\x89\x09\x06\x23\x89\
+\x11\x41\xbf\x99\x8a\x26\x20\xd0\x88\x21\x26\x98\x68\x4c\xa4\x89\
+\x90\x90\x90\x28\x84\x44\x10\xca\xa2\x42\x84\x42\x4b\x69\x69\x4b\
+\x5b\xe8\x36\xd3\x76\xde\xcc\xb4\xb3\xbc\x99\xb7\xdd\xeb\x07\xd6\
+\x89\x8e\xe1\x7c\xb9\xcb\x39\xf7\xfc\xce\xb9\xe7\xe4\x5e\xc2\x39\
+\xc7\x1f\x3f\xdb\xaa\x88\xae\xb6\x83\x40\xa8\x9a\x3e\x67\xc7\x50\
+\x4f\xe7\x26\x35\xa9\x2c\x70\x17\x14\xfd\x40\x09\x78\x78\x74\xe4\
+\x3d\xd1\x66\x6b\x2a\xf5\x4d\x6d\xe8\x6d\x6f\xd9\x4f\x28\x51\xe7\
+\xbe\xb0\x72\xcb\x95\x2b\xcd\x07\x45\x3d\x72\x9b\x09\xfa\xfa\xc5\
+\x1b\x79\x04\x0f\xa4\xfe\x62\xbd\x2f\xc1\x12\x03\x75\xcb\xea\x0c\
+\xc2\x39\x87\x7c\xb3\x76\x1f\xe3\xec\x13\x00\xc8\x2b\x2e\x81\x12\
+\x8b\x41\x89\x45\xe1\xce\x2f\x04\x00\x8c\xc9\xa3\xb0\x3b\x9c\xb0\
+\x3b\x9c\x08\x0d\x0f\x81\x09\x76\x9c\x4d\xac\xc4\x48\x32\x1b\x59\
+\xd0\x78\x56\x2a\xf0\xfa\xd6\x35\x07\x8f\xef\x39\xbb\xc7\x23\x59\
+\xa4\x73\x8c\xb3\x59\x94\xd0\x20\x63\xec\x25\x72\xe9\x30\x6a\x09\
+\xc3\x95\x9a\x17\xd7\xc0\x2a\x8a\x78\x1a\x69\x0e\x7b\x71\x7e\x78\
+\x22\x6a\xbd\xf3\xd1\x26\xb7\x23\xa1\x26\xa2\x8c\xf0\x1b\x84\x90\
+\x32\x70\x54\x2d\x2c\xad\xc5\xcd\xd1\x56\x53\xd1\x95\x13\x94\x9a\
+\x50\x19\xb5\xb3\xb0\x9e\xf3\x54\xce\x01\x80\x3c\x18\x4d\xce\xc0\
+\x39\x07\x25\x86\x95\x80\xa4\xc0\xa1\x03\x80\xc9\x4c\x70\xce\x41\
+\x40\x4c\x7a\xd9\x57\x3f\xad\xa9\xfc\x0b\x7e\xa4\x7f\x21\x8e\xdd\
+\x9b\x03\xc6\x49\x46\xc7\x8d\x81\x49\xe8\x18\x2f\x44\xb5\x7b\x04\
+\x56\xca\x71\x2d\xd0\x04\x43\x0f\xf3\x8a\xc8\xaf\x87\x76\x2c\xdb\
+\xb1\x46\xb7\xe8\xcf\x11\x90\xa6\xab\x81\x6b\x50\x4d\x75\x14\x1c\
+\x5f\x92\x03\xe7\xf7\xf5\xe5\x4a\x05\xe5\x3e\xb7\x0f\x57\x03\xd7\
+\xb0\xb6\xac\x1d\x93\x1c\xa1\xff\x04\x9c\x18\x78\x06\x3d\x31\x0f\
+\x9c\xd6\x14\xa2\xba\x84\x15\x25\xdd\x98\xe6\x18\xba\x23\x7a\x4f\
+\x4c\x05\x38\x7f\x68\xf7\x64\x91\x2d\x84\x19\xba\x66\x6a\x88\x69\
+\x31\x00\x80\x95\xb0\x8c\x19\x88\x82\x01\x00\x88\xea\x12\x00\xa0\
+\x29\x54\x8a\xbe\xbb\x7d\x95\xb9\xe7\x1d\x9f\x2e\xd9\x88\xbd\x0f\
+\xed\x76\x2e\xd9\x79\xf7\xe1\x9c\x32\x6e\x7e\xa0\xea\x61\xb5\x23\
+\xd4\x09\x02\x20\x6e\x64\x65\x04\x48\xd4\x48\x5b\x8f\x69\x36\x74\
+\x4b\x2b\xac\x9d\x79\x9b\x36\x64\x3a\x43\x17\x0d\x7e\xd6\xb4\x34\
+\xfe\xcd\x1d\x9b\xa0\x83\x03\x38\xe3\x9f\x82\x93\x83\xd3\x10\xd5\
+\xa4\x7f\x67\x60\x49\x07\xd8\x2d\x1a\x16\xbb\x5b\xe5\x59\xa1\xef\
+\x96\x67\x04\x68\x0c\x33\xa3\xf2\xc8\x0c\x82\xc7\x57\xd3\x1d\xcd\
+\xc7\xd1\x7b\xb3\xd1\x12\x29\x49\x33\x36\xd9\xe3\x06\x98\xe8\x08\
+\xe1\x2d\x5f\x0b\xf2\xc2\xe7\x05\xdd\xc4\x92\x8c\x00\x43\xc4\x2d\
+\x47\x7e\x71\x9b\xc6\xad\x69\x0a\xc5\xc8\x42\x73\xc8\x8b\xcb\xc1\
+\x0a\x24\xcd\xfb\x3a\xbf\xe2\x02\x00\x2c\x29\xee\xc5\xba\xb2\xf6\
+\xfb\xc5\x0e\xc9\xd9\x04\x58\x94\x11\x10\xb4\x20\x92\x95\x5f\xe5\
+\x37\x18\x7d\xb4\x29\x09\x06\x96\x97\x74\xe3\x9d\x89\xd7\x11\xd5\
+\x45\x34\xf4\xd4\xe0\x5c\x60\x32\xfc\x49\x27\x66\xb8\x87\x31\x2f\
+\x6f\xe8\x91\xad\xb7\x6a\x72\x88\x1b\x38\x9a\x09\x60\x29\x55\xb0\
+\xa8\xbf\xb7\x6f\x15\x4a\x80\x02\x29\x01\x2b\x35\x21\xa7\xb2\x51\
+\xed\x0a\x82\x12\x0e\x49\x30\xa1\x18\x56\xdc\x8c\x14\x03\x00\x0c\
+\x2e\xe0\xab\xe3\xd5\x48\x19\xb3\x11\x8c\x24\x61\x18\x66\x11\xa1\
+\x8e\xdf\x1b\xbf\x3f\x4d\xfb\x87\xa3\xfa\x78\x42\x65\x9a\x6e\xf0\
+\xb8\xa2\x69\xc3\xa3\xb1\x1f\x2d\x8c\x60\xd8\x62\x81\xb2\xa2\xe8\
+\xb6\x7d\x86\x47\x46\x58\xb5\xa3\xa1\xa7\x06\xb7\x22\xc5\xa8\xf1\
+\x0c\x42\xa4\x7a\x5a\x44\xad\x72\x01\x7a\x65\x2f\xea\xb7\xad\xc6\
+\x8d\xae\x00\x0a\xdc\x76\x5a\x5a\xe0\xca\x27\x04\xe0\x9c\x23\x38\
+\x96\x32\x9b\xbb\x83\x9a\x3c\x96\x32\x4f\x5d\xea\xd8\x46\x17\x6f\
+\xe6\x5d\x0b\x6a\xaa\x1b\x66\x7a\x64\x10\x00\x1e\x51\x41\x65\x4e\
+\x04\x37\xc2\x5e\x30\x4e\x20\x09\xe9\x9d\xc3\x39\x87\x68\x15\x30\
+\x16\x4f\xa1\xba\x22\x1f\x13\x0a\x5d\xe8\xec\x0f\x1b\x17\x9a\xfd\
+\xc9\xb6\xbb\x61\xcd\x61\xb7\xd2\x05\xd3\x8a\x44\x00\xc8\x75\xd9\
+\x2c\x14\x00\x5a\xff\x6c\x5c\x7b\xbd\xf1\x37\x4d\x89\x45\xfd\x7d\
+\x1d\x6d\xe3\x6e\xff\x49\x23\xae\x8b\x68\x1a\x10\xa3\x81\xee\x76\
+\xf3\xa1\x73\x81\xeb\x28\x4f\x5d\x31\x45\xaa\xb3\x81\x91\x31\xd8\
+\x44\x2b\x06\x82\x31\x76\xbd\x4b\x4e\x0d\x05\xe3\xe6\xcd\x9e\x90\
+\xd6\xd1\x3f\xa6\xb9\x73\x44\xea\xcc\xce\xa2\x04\x14\x14\x00\x08\
+\xd8\x2a\x5d\x4d\xed\x6e\x6f\x6c\x9c\xe7\xbf\xd7\xfd\xae\x14\x69\
+\xf9\x56\x60\x6a\xd7\xe5\xd8\x1c\x7f\x50\xa8\x6a\x01\x00\x42\xd0\
+\x55\x29\x1f\x6b\x70\x06\x4e\xd7\xc7\x55\x29\x34\x14\x54\x34\x00\
+\x18\x8f\xaa\xe6\x93\x19\xf6\x8f\xc4\x0c\x93\x71\xee\xca\xce\xba\
+\xef\x9b\x3f\x7e\x42\xd2\xa4\xfe\x5c\xfd\xe7\x94\xd2\x3a\x42\x08\
+\xe7\x9c\x27\x48\x90\x14\x6e\x7f\x63\x7b\x72\xf2\xdb\xbb\x9c\x3e\
+\x47\xe9\xed\xb2\x22\xb7\x94\xeb\x94\x84\xd0\x78\x32\x0d\x40\x08\
+\x81\xc7\x65\x13\xe4\x31\xc5\xec\x0b\x44\x0c\x4b\xa6\xf6\x12\x04\
+\x61\xbd\xcd\x62\x83\xc7\x96\x47\xfa\xa3\x03\x39\xc4\x43\x66\x02\
+\xf8\x1b\x00\xee\xf4\xcb\xfa\xf3\x33\x4b\x73\x36\xaf\x9d\x95\xf3\
+\xca\x47\x47\x46\x53\xaa\xf1\x28\xca\xaf\x3f\x5e\xed\x5e\x3a\xb7\
+\xdc\xb6\x74\xeb\xe1\xe1\xb8\xa2\x71\x9a\x09\xc0\xc1\xbd\x2e\xd1\
+\x85\x32\x67\x19\x00\x80\x51\xe6\x7d\x52\xdf\x3b\x14\x31\x72\x1d\
+\x12\x5d\x3a\xaf\x22\xed\x97\x2a\x2f\x74\x5a\x08\x21\x58\x31\xdf\
+\x27\x01\x40\xc6\x0c\xc0\xb1\xd7\x1f\xf7\xef\xf7\xc7\xfd\xa0\x84\
+\x76\x46\x47\xa3\xa7\x9e\x54\xff\x75\x6b\x50\x8d\x26\x54\xf6\xe1\
+\x9b\x0b\x9c\x95\x25\x2e\x4b\xf7\x60\xd8\x58\x5d\x3b\x51\xaa\x9a\
+\x90\x6b\x8d\x29\x1a\x5b\x55\x5b\x25\xfd\x72\xa1\x33\x99\xb1\x06\
+\x00\x70\xa0\xf1\xc0\x74\x46\x59\x79\x9c\xc7\xcf\xd4\x2d\xab\x33\
+\x00\x60\xc6\x86\x5d\x39\x09\x45\x6a\x03\xe7\xd6\xe5\xcf\x56\x8a\
+\x5b\x5e\x9b\xe3\xa8\xae\x2c\xb0\x12\x02\x68\xba\xc9\x4f\x5c\xec\
+\x52\x52\xba\xc1\xd7\xbd\x30\xc5\xbe\xec\xfd\xc3\x81\xff\x05\x64\
+\x12\xdf\xcb\xbb\x0f\x81\xd2\x57\xc1\xef\xff\x9e\xa5\x05\x0e\xc1\
+\x5b\xe8\x10\x5a\xbb\x46\xf5\x94\x6e\x70\xc9\x6a\x21\x65\xc5\x2e\
+\x72\x67\x40\xfe\xe9\x1f\x7e\x66\xaa\x6a\x8b\x1f\xc7\xa7\x00\x00\
+\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
+"
+
+qt_resource_name = b"\
+\x00\x10\
+\x0f\x01\x54\xa7\
+\x00\x63\
+\x00\x75\x00\x74\x00\x74\x00\x65\x00\x72\x00\x5f\x00\x62\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x02\x1e\x61\x67\
+\x00\x4d\
+\x00\x75\x00\x6c\x00\x74\x00\x69\x00\x54\x00\x6f\x00\x53\x00\x69\x00\x6e\x00\x67\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x25\
+\x0a\xc2\xce\x67\
+\x00\x50\
+\x00\x61\x00\x72\x00\x61\x00\x6c\x00\x6c\x00\x65\x00\x6c\x00\x4d\x00\x6f\x00\x76\x00\x65\x00\x50\x00\x6f\x00\x6c\x00\x79\x00\x67\
+\x00\x6f\x00\x6e\x00\x53\x00\x69\x00\x64\x00\x65\x00\x42\x00\x79\x00\x44\x00\x69\x00\x73\x00\x74\x00\x61\x00\x6e\x00\x63\x00\x65\
+\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0b\
+\x06\x11\x37\xa7\
+\x00\x63\
+\x00\x6c\x00\x69\x00\x70\x00\x70\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0b\
+\x0d\x59\x51\x47\
+\x00\x66\
+\x00\x69\x00\x6c\x00\x6c\x00\x47\x00\x61\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x21\
+\x03\x56\x49\x67\
+\x00\x50\
+\x00\x61\x00\x72\x00\x61\x00\x6c\x00\x6c\x00\x65\x00\x6c\x00\x4d\x00\x6f\x00\x76\x00\x65\x00\x50\x00\x6f\x00\x6c\x00\x79\x00\x67\
+\x00\x6f\x00\x6e\x00\x53\x00\x69\x00\x64\x00\x65\x00\x42\x00\x79\x00\x41\x00\x72\x00\x65\x00\x61\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x0c\
+\x05\x8b\x36\x27\
+\x00\x73\
+\x00\x70\x00\x6c\x00\x69\x00\x74\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x06\xb3\x27\x87\
+\x00\x63\
+\x00\x6c\x00\x69\x00\x70\x00\x70\x00\x65\x00\x72\x00\x5f\x00\x62\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x09\
+\x08\xd8\xf0\xc7\
+\x00\x4d\
+\x00\x65\x00\x72\x00\x67\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0e\
+\x08\x4e\xfc\x87\
+\x00\x66\
+\x00\x69\x00\x6c\x00\x6c\x00\x47\x00\x61\x00\x70\x00\x41\x00\x6c\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x10\
+\x0d\xc3\xba\xe7\
+\x00\x73\
+\x00\x70\x00\x6c\x00\x69\x00\x74\x00\x66\x00\x65\x00\x61\x00\x74\x00\x75\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x0a\x26\x2a\x27\
+\x00\x66\
+\x00\x69\x00\x6c\x00\x6c\x00\x52\x00\x69\x00\x6e\x00\x67\x00\x42\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+\x00\x0a\
+\x0a\xc8\x0e\x27\
+\x00\x63\
+\x00\x75\x00\x74\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0c\
+\x05\xea\x34\x47\
+\x00\x66\
+\x00\x69\x00\x6c\x00\x6c\x00\x52\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x16\
+\x08\xd9\x20\x87\
+\x00\x4d\
+\x00\x75\x00\x6c\x00\x74\x00\x69\x00\x54\x00\x6f\x00\x53\x00\x69\x00\x6e\x00\x67\x00\x6c\x00\x65\x00\x42\x00\x61\x00\x74\x00\x63\
+\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x19\
+\x0f\x7f\xa1\x47\
+\x00\x4d\
+\x00\x6f\x00\x76\x00\x65\x00\x50\x00\x6f\x00\x6c\x00\x79\x00\x67\x00\x6f\x00\x6e\x00\x4e\x00\x6f\x00\x64\x00\x65\x00\x42\x00\x79\
+\x00\x41\x00\x72\x00\x65\x00\x61\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x14\
+\x02\x4a\xb5\xc7\
+\x00\x65\
+\x00\x78\x00\x63\x00\x68\x00\x61\x00\x6e\x00\x67\x00\x65\x00\x47\x00\x65\x00\x6f\x00\x6d\x00\x65\x00\x74\x00\x72\x00\x79\x00\x2e\
+\x00\x70\x00\x6e\x00\x67\
+\x00\x0e\
+\x0b\x1b\x4d\xe7\
+\x00\x6d\
+\x00\x65\x00\x64\x00\x69\x00\x61\x00\x6e\x00\x4c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x10\
+\x0b\x30\x86\x87\
+\x00\x66\
+\x00\x69\x00\x6c\x00\x6c\x00\x47\x00\x61\x00\x70\x00\x42\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0f\
+\x0f\x99\x36\x67\
+\x00\x45\
+\x00\x78\x00\x74\x00\x72\x00\x61\x00\x63\x00\x74\x00\x50\x00\x61\x00\x72\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x0c\
+\x05\xe2\x5d\x07\
+\x00\x66\
+\x00\x6c\x00\x69\x00\x70\x00\x4c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\x00\x11\
+\x0e\x26\xa7\x07\
+\x00\x66\
+\x00\x6c\x00\x69\x00\x70\x00\x4c\x00\x69\x00\x6e\x00\x65\x00\x42\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\
+\
+"
+
+qt_resource_struct_v1 = b"\
+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x16\x00\x00\x00\x01\
+\x00\x00\x00\x26\x00\x00\x00\x00\x00\x01\x00\x00\x04\xc3\
+\x00\x00\x02\x8e\x00\x00\x00\x00\x00\x01\x00\x00\x53\xb4\
+\x00\x00\x00\xd6\x00\x00\x00\x00\x00\x01\x00\x00\x19\x00\
+\x00\x00\x01\x1e\x00\x00\x00\x00\x00\x01\x00\x00\x1e\x5c\
+\x00\x00\x03\x28\x00\x00\x00\x00\x00\x01\x00\x00\x6c\x3d\
+\x00\x00\x02\x06\x00\x00\x00\x00\x00\x01\x00\x00\x43\x97\
+\x00\x00\x00\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x0f\x92\
+\x00\x00\x01\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x24\xf9\
+\x00\x00\x01\x7c\x00\x00\x00\x00\x00\x01\x00\x00\x2f\x4f\
+\x00\x00\x01\x64\x00\x00\x00\x00\x00\x01\x00\x00\x29\xd4\
+\x00\x00\x02\x24\x00\x00\x00\x00\x00\x01\x00\x00\x48\xd1\
+\x00\x00\x01\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x39\xdb\
+\x00\x00\x00\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x0e\
+\x00\x00\x01\xec\x00\x00\x00\x00\x00\x01\x00\x00\x3f\xbe\
+\x00\x00\x02\xbc\x00\x00\x00\x00\x00\x01\x00\x00\x5a\x71\
+\x00\x00\x02\xde\x00\x00\x00\x00\x00\x01\x00\x00\x5f\xd6\
+\x00\x00\x00\xba\x00\x00\x00\x00\x00\x01\x00\x00\x13\xb1\
+\x00\x00\x01\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x34\xbd\
+\x00\x00\x03\x46\x00\x00\x00\x00\x00\x01\x00\x00\x72\x5d\
+\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
+\x00\x00\x02\x56\x00\x00\x00\x00\x00\x01\x00\x00\x4e\xe3\
+\x00\x00\x03\x04\x00\x00\x00\x00\x00\x01\x00\x00\x65\xf0\
+"
+
+qt_resource_struct_v2 = b"\
+\x00\x00\x00\x00\x00\x02\x00\x00\x00\x16\x00\x00\x00\x01\
+\x00\x00\x00\x00\x00\x00\x00\x00\
+\x00\x00\x00\x26\x00\x00\x00\x00\x00\x01\x00\x00\x04\xc3\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x02\x8e\x00\x00\x00\x00\x00\x01\x00\x00\x53\xb4\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x00\xd6\x00\x00\x00\x00\x00\x01\x00\x00\x19\x00\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\x1e\x00\x00\x00\x00\x00\x01\x00\x00\x1e\x5c\
+\x00\x00\x01\x87\x38\x64\xe0\xfd\
+\x00\x00\x03\x28\x00\x00\x00\x00\x00\x01\x00\x00\x6c\x3d\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x02\x06\x00\x00\x00\x00\x00\x01\x00\x00\x43\x97\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x00\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x0f\x92\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x24\xf9\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\x7c\x00\x00\x00\x00\x00\x01\x00\x00\x2f\x4f\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\x64\x00\x00\x00\x00\x00\x01\x00\x00\x29\xd4\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x02\x24\x00\x00\x00\x00\x00\x01\x00\x00\x48\xd1\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x39\xdb\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x00\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x0e\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\xec\x00\x00\x00\x00\x00\x01\x00\x00\x3f\xbe\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x02\xbc\x00\x00\x00\x00\x00\x01\x00\x00\x5a\x71\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x02\xde\x00\x00\x00\x00\x00\x01\x00\x00\x5f\xd6\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x00\xba\x00\x00\x00\x00\x00\x01\x00\x00\x13\xb1\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x01\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x34\xbd\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x03\x46\x00\x00\x00\x00\x00\x01\x00\x00\x72\x5d\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x02\x56\x00\x00\x00\x00\x00\x01\x00\x00\x4e\xe3\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+\x00\x00\x03\x04\x00\x00\x00\x00\x00\x01\x00\x00\x65\xf0\
+\x00\x00\x01\x87\x38\x64\xe0\xf9\
+"
+
+qt_version = [int(v) for v in QtCore.qVersion().split('.')]
+if qt_version < [5, 8, 0]:
+    rcc_version = 1
+    qt_resource_struct = qt_resource_struct_v1
+else:
+    rcc_version = 2
+    qt_resource_struct = qt_resource_struct_v2
+
+def qInitResources():
+    QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
+
+def qCleanupResources():
+    QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
+
+qInitResources()

+ 110 - 0
python/plugins/DigitizingTools/tools/dtclipper.py

@@ -0,0 +1,110 @@
+# -*- coding: utf-8 -*-
+"""
+dtclipper
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2015-01-29
+* copyright            : (C) 2015 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+from qgis.PyQt import QtCore, QtGui
+from qgis.core import *
+import dt_icons_rc
+import dtutils
+from dttools import DtDualToolSelectPolygon
+
+class DtClipWithPolygon(DtDualToolSelectPolygon):
+    '''Clip from active editable layer with selected polygon from another layer'''
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface, toolBar,
+            QtGui.QIcon(":/clipper.png"),
+            QtCore.QCoreApplication.translate(
+                "digitizingtools", "Clip with polygon (interactive)"),
+            QtGui.QIcon(":/clipper_batch.png"),
+            QtCore.QCoreApplication.translate(
+                "digitizingtools", "Clip with selected polygons"),
+            geometryTypes = [3, 6], dtName = "dtClipper")
+        self.enable()
+
+    def process(self):
+        '''Function that does all the real work'''
+        title = QtCore.QCoreApplication.translate(
+            "digitizingtools", "Clipper")
+
+        processLayer = self.iface.activeLayer()
+        msgLst = dtutils.dtGetNoSelMessage()
+        noSelMsg1 = msgLst[0]
+
+        if processLayer.selectedFeatureCount() == 0:
+            self.iface.messageBar().pushMessage(
+                title, noSelMsg1 + " " + processLayer.name())
+            return None
+        else:
+            clipperGeoms = []
+
+            for feat in processLayer.selectedFeatures():
+                clipperGeom = feat.geometry()
+
+                if not clipperGeom.isGeosValid():
+                    thisWarning = dtutils.dtGetInvalidGeomWarning(processLayer)
+                    dtutils.dtShowWarning(self.iface, thisWarning)
+                    continue
+                else:
+                    clipperGeoms.append(clipperGeom)
+
+            if len(clipperGeoms) == 0:
+                return None # could be only invalid geoms selected
+
+            processLayer.invertSelection()
+            idsToProcess = []
+            processLayer.beginEditCommand(
+                    QtCore.QCoreApplication.translate(
+                        "editcommand", "Clip Features"
+                    ))
+            featuresBeingClipped = 0
+
+            for aFeat in processLayer.selectedFeatures():
+                idsToProcess.append(aFeat.id())
+
+            for clipperGeom in clipperGeoms:
+                bbox = clipperGeom.boundingBox()
+                processLayer.selectByRect(bbox) # make a new selection
+
+                for selFeat in processLayer.selectedFeatures():
+                    if idsToProcess.count(selFeat.id()) == 0:
+                        continue
+
+                    selGeom = selFeat.geometry()
+
+                    if not selGeom.isGeosValid():
+                        thisWarning = dtutils.dtGetInvalidGeomWarning(processLayer)
+                        dtutils.dtShowWarning(self.iface, thisWarning)
+                        continue
+
+                    if clipperGeom.intersects(selGeom): # we have a candidate
+                        newGeom = selGeom.intersection(clipperGeom)
+
+                        if newGeom != None:
+                            if not newGeom.isEmpty():
+                                if newGeom.area() > 0:
+                                    selFeat.setGeometry(newGeom)
+                                    processLayer.updateFeature(selFeat)
+                                    featuresBeingClipped += 1
+
+            processLayer.removeSelection()
+            self.iface.mapCanvas().refresh()
+
+            if featuresBeingClipped == 0:
+                processLayer.destroyEditCommand()
+            else:
+                processLayer.endEditCommand()
+

+ 147 - 0
python/plugins/DigitizingTools/tools/dtcutter.py

@@ -0,0 +1,147 @@
+# -*- coding: utf-8 -*-
+"""
+dtcutter
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-02-25
+* copyright          : (C) 2013 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+from qgis.PyQt import QtCore,  QtGui, QtWidgets
+from qgis.core import *
+import dt_icons_rc
+import dtutils
+from dttools import DtDualToolSelectPolygon
+
+class DtCutWithPolygon(DtDualToolSelectPolygon):
+    '''Cut out from active editable layer with selected polygon from another layer'''
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/cutter.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Cut with polygon (interactive)"),
+            QtGui.QIcon(":/cutter_batch.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Cut with selected polygons"),
+            geometryTypes = [3, 6],  dtName = "dtCutter")
+        self.enable()
+        self.lastChoice = [None, False]
+
+    def process(self):
+        '''Function that does all the real work'''
+        title = QtCore.QCoreApplication.translate("digitizingtools", "Cutter")
+        showEmptyWarning = True
+        choice = None
+        fidsToDelete = []
+        processLayer = self.iface.activeLayer()
+
+        if processLayer.selectedFeatureCount() == 0:
+            msgLst = dtutils.dtGetNoSelMessage()
+            noSelMsg1 = msgLst[0]
+            noSelMsg2 = msgLst[1]
+        else:
+            cutterGeoms = []
+
+            for feat in processLayer.selectedFeatures():
+                cutterGeom = feat.geometry()
+
+                if not cutterGeom.isGeosValid():
+                    thisWarning = dtutils.dtGetInvalidGeomWarning(processLayer)
+                    dtutils.dtShowWarning(self.iface, thisWarning)
+                    continue
+                else:
+                    cutterGeoms.append(cutterGeom)
+
+            if len(cutterGeoms) == 0:
+                return None # could be only invalid geoms selected
+
+        processLayer.invertSelection()
+        idsToProcess = []
+
+        for aFeat in processLayer.selectedFeatures():
+            # was:  if isSameLayer:
+            #    for aFeat in processLayer.getFeatures()
+            idsToProcess.append(aFeat.id())
+
+        processLayer.beginEditCommand(QtCore.QCoreApplication.translate("editcommand", "Cut Features"))
+        featuresBeingCut = 0
+        noMatchWarning = dtutils.dtGetNotMatchingGeomWarning(processLayer)
+
+        for cutterGeom in cutterGeoms:
+            if cutterGeom.wkbType() == 6:
+                cutterGeom = QgsGeometry.fromMultiPolygonXY(cutterGeom.asMultiPolygon())
+            else:
+                cutterGeom = QgsGeometry.fromPolygonXY(cutterGeom.asPolygon())
+
+            bbox = cutterGeom.boundingBox()
+
+            processLayer.selectByRect(bbox) # make a new selection
+
+            for selFeat in processLayer.selectedFeatures():
+                if idsToProcess.count(selFeat.id()) == 0:
+                    continue
+
+                selGeom = selFeat.geometry()
+
+                if selGeom.isGeosEqual(cutterGeom):
+                    continue # do not cut the same geometry
+
+                if not selGeom.isGeosValid():
+                    thisWarning = dtutils.dtGetInvalidGeomWarning(processLayer)
+                    dtutils.dtShowWarning(self.iface, thisWarning)
+                    continue
+
+                if cutterGeom.intersects(selGeom): # we have a candidate
+                    newGeom = selGeom.difference(cutterGeom)
+
+                    if newGeom != None:
+                        if newGeom.isEmpty() or newGeom.area() == 0:
+                            #selGeom is completely contained in cutterGeom
+                            if showEmptyWarning:
+                                choice = QtWidgets.QMessageBox.question(None,  title,
+                                    QtCore.QCoreApplication.translate("digitizingtools",
+                                    "A feature would be completely removed by cutting. Delete this feature\'s dataset altogether?"),
+                                    QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.YesToAll |
+                                    QtWidgets.QMessageBox.No | QtWidgets.QMessageBox.NoToAll |
+                                    QtWidgets.QMessageBox.Cancel)
+
+                                if choice == QtWidgets.QMessageBox.Cancel:
+                                    processLayer.destroyEditCommand()
+                                    processLayer.removeSelection()
+                                    return None
+                                else:
+                                    showEmptyWarning = (choice == QtWidgets.QMessageBox.Yes or choice == QtWidgets.QMessageBox.No)
+
+                            if choice == QtWidgets.QMessageBox.Yes or choice == QtWidgets.QMessageBox.YesToAll:
+                                fidsToDelete.append(selFeat.id())
+                        else:
+                            if not self.geometryTypeMatchesLayer(processLayer, newGeom):
+                                newMsg = QtCore.QCoreApplication.translate(
+                                    "digitizingtools", "New geometry")
+                                dtutils.dtShowWarning(self.iface, newMsg + ": " + noMatchWarning)
+
+                            selFeat.setGeometry(newGeom)
+                            processLayer.updateFeature(selFeat)
+                            featuresBeingCut += 1
+
+        if len(fidsToDelete) > 0:
+            for fid in fidsToDelete:
+                if not processLayer.deleteFeature(fid):
+                    processLayer.destroyEditCommand()
+                    return None
+
+        if featuresBeingCut > 0 or len(fidsToDelete) > 0:
+            processLayer.endEditCommand()
+        else: # nothing happened
+            processLayer.destroyEditCommand()
+
+        processLayer.removeSelection()
+        self.iface.mapCanvas().refresh()
+

+ 66 - 0
python/plugins/DigitizingTools/tools/dtexchangegeometry.py

@@ -0,0 +1,66 @@
+# -*- coding: utf-8 -*-
+"""
+dtexchangegeometry
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+Tool: Exchange the geometry between two features
+
+* begin                : 2015-12-09
+* copyright          : (C) 2015 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from qgis.PyQt import QtCore,  QtGui
+from qgis.core import *
+import dtutils
+import dt_icons_rc
+from dttools import DtSingleButton
+
+class DtExchangeGeometry(DtSingleButton):
+    def __init__(self, iface, toolBar):
+        super().__init__(iface, toolBar,
+            QtGui.QIcon(":/exchangeGeometry.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Exchange attributes between selected features"),
+            geometryTypes = [1, 2, 3, 4, 5, 6], dtName = "dtExchangeGeometry")
+
+        self.enable()
+
+    def process(self):
+        layer = self.iface.mapCanvas().currentLayer()
+        feats = layer.selectedFeatures()
+        feature1 = feats[0]
+        geom1 = QgsGeometry(feature1.geometry())
+        feature2 = feats[1]
+        geom2 = QgsGeometry(feature2.geometry())
+        layer.beginEditCommand(QtCore.QCoreApplication.translate(
+            "editcommand", "Exchange attributes"))
+        feature1.setGeometry(geom2)
+        layer.updateFeature(feature1)
+        feature2.setGeometry(geom1)
+        layer.updateFeature(feature2)
+        layer.endEditCommand()
+        self.canvas.refresh()
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        DtSingleButton.enable(self) # call parent's method
+
+        if self.act.isEnabled():
+            layer = self.iface.activeLayer()
+            try:
+                layer.selectionChanged.disconnect(self.enable) # disconnect, will be reconnected
+            except:
+                pass
+
+            doEnable = layer.selectedFeatureCount() == 2
+            self.act.setEnabled(doEnable)
+            layer.selectionChanged.connect(self.enable)

+ 61 - 0
python/plugins/DigitizingTools/tools/dtextractpart.py

@@ -0,0 +1,61 @@
+# -*- coding: utf-8 -*-
+"""
+dtextractpart
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+Tool: Extract an part of a multifart feature and add it as new feature
+
+* begin                : 2014-07-09
+* copyright          : (C) 2014 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from qgis.PyQt import QtCore,  QtGui
+from qgis.core import *
+import dtutils
+import dt_icons_rc
+from dttools import DtSingleTool,  DtSelectPartTool
+
+class DtExtractPartTool(DtSingleTool):
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/ExtractPart.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Split off one part and add it as a new feature"),
+            geometryTypes = [1, 2, 3, 4, 5, 6], dtName = "dtExtractPart")
+
+        self.tool = DtSelectPartTool(self.iface)
+        self.tool.partSelected.connect(self.partSelected)
+        self.enable()
+
+    def process(self):
+        self.canvas.setMapTool(self.tool)
+        self.act.setChecked(True)
+
+    def partSelected(self, part):
+        fid = part[0]
+        partNumber = part[1]
+        aPart = part[2]
+        layer = self.iface.mapCanvas().currentLayer()
+        feature = dtutils.dtGetFeatureForId(layer,  fid)
+        geom = QgsGeometry(feature.geometry())
+
+        if geom.deletePart(partNumber):
+            layer.beginEditCommand(QtCore.QCoreApplication.translate("editcommand", "Extract part"))
+            aFeat = dtutils.dtCopyFeature(layer,  feature)
+            aFeat.setGeometry(aPart)
+            layer.addFeature(aFeat)
+            feature.setGeometry(geom)
+            layer.updateFeature(feature)
+            layer.endEditCommand()
+            self.canvas.refresh()
+
+        self.tool.reset()

+ 135 - 0
python/plugins/DigitizingTools/tools/dtfillgap.py

@@ -0,0 +1,135 @@
+# -*- coding: utf-8 -*-
+"""
+dtfillgap
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-02-25
+* copyright          : (C) 2013 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+from qgis.PyQt import QtCore,  QtGui
+from qgis.core import *
+from qgis.gui import *
+import dt_icons_rc
+import dtutils
+from dttools import DtDualToolSelectGap, DtSingleTool, DtSelectGapTool
+
+class DtFillGap(DtDualToolSelectGap):
+    '''Fill gaps between selected features of the active layer with new features'''
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/fillGap.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Fill gap with a new feature (interactive mode)"),
+            QtGui.QIcon(":/fillGapBatch.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Fill all gaps between selected polygons with new features"),
+            geometryTypes = [3, 6],  dtName = "dtFillGap")
+
+        self.newFid = None
+        self.title = QtCore.QCoreApplication.translate("digitizingtools", "Fill gap")
+
+    def gapFound(self, result):
+        layer = self.iface.activeLayer()
+        gap = result[0]
+        defaultAttributeMap = dtutils.dtGetDefaultAttributeMap(layer)
+        layer.beginEditCommand(QtCore.QCoreApplication.translate(
+            "editcommand", "Fill gap"))
+
+        if self.iface.vectorLayerTools().addFeature(layer,
+                defaultValues = defaultAttributeMap, defaultGeometry = gap):
+            layer.endEditCommand()
+            self.canvas.refresh()
+        else:
+            layer.destroyEditCommand()
+
+        self.tool.reset()
+
+    def process(self):
+        # DtDualTool makes sure a selection exists
+        layer = self.iface.activeLayer()
+        multiGeom = dtutils.dtCombineSelectedPolygons(layer, self.iface)
+
+        if multiGeom != None:
+            rings = dtutils.dtExtractRings(multiGeom)
+
+            if len(rings) == 0:
+                self.iface.messageBar().pushWarning(self.title,
+                    QtCore.QCoreApplication.translate("digitizingtools",
+                    "There are no gaps between the polygons."))
+            else:
+                defaultAttributeMap = dtutils.dtGetDefaultAttributeMap(layer)
+                layer.featureAdded.connect(self.featureAdded)
+                numRingsFilled = 0
+                aborted = False
+
+                for aRing in rings:
+                    if numRingsFilled == 0:
+                        layer.beginEditCommand(QtCore.QCoreApplication.translate(
+                            "editcommand", "Fill gaps"))
+
+                        if self.iface.vectorLayerTools().addFeature(
+                                layer, defaultValues = defaultAttributeMap, defaultGeometry = aRing):
+                            layer.featureAdded.disconnect(self.featureAdded)
+                        else:
+                            layer.featureAdded.disconnect(self.featureAdded)
+                            aborted = True
+                            break
+                    else:
+                        aFeat = dtutils.dtCopyFeature(layer, srcFid = self.newFid)
+                        aFeat.setGeometry(aRing)
+                        layer.addFeature(aFeat)
+
+                    numRingsFilled += 1
+
+                if aborted:
+                    layer.destroyEditCommand()
+                else:
+                    layer.endEditCommand()
+
+            self.canvas.refresh()
+
+    def featureAdded(self,  newFid):
+        self.newFid = newFid
+
+class DtFillGapAllLayers(DtSingleTool):
+    '''Fill gaps between the polygons of all visible layers with new features'''
+    def __init__(self, iface, toolBar):
+        super().__init__(iface, toolBar,
+            QtGui.QIcon(":/fillGapAll.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Fill gap between polygons of all visible layers with a new feature"),
+            geometryTypes = [3, 6], dtName = "dtFillGapAll")
+
+        self.tool = DtSelectGapTool(self.iface, True)
+        self.tool.gapSelected.connect(self.gapFound)
+        self.enable()
+
+    def process(self):
+        self.canvas.setMapTool(self.tool)
+        self.act.setChecked(True)
+
+    def gapFound(self, result):
+        layer = self.iface.activeLayer()
+        gap = result[0]
+        defaultAttributeMap = dtutils.dtGetDefaultAttributeMap(layer)
+        layer.beginEditCommand(QtCore.QCoreApplication.translate(
+            "editcommand", "Fill gap"))
+
+        if self.iface.vectorLayerTools().addFeature(layer,
+                defaultValues = defaultAttributeMap, defaultGeometry = gap):
+            layer.endEditCommand()
+            self.canvas.refresh()
+        else:
+            layer.destroyEditCommand()
+
+        self.tool.reset()

+ 99 - 0
python/plugins/DigitizingTools/tools/dtfillring.py

@@ -0,0 +1,99 @@
+# -*- coding: utf-8 -*-
+"""
+dtcutter
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-02-25
+* copyright          : (C) 2013 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+from qgis.PyQt import QtCore,  QtGui
+from qgis.core import *
+import dt_icons_rc
+import dtutils
+from dttools import DtDualToolSelectRing
+
+class DtFillRing(DtDualToolSelectRing):
+    '''Fill selected ring/all rings in selected feature in active polygon layer'''
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/fillRing.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Fill ring with a new feature (interactive mode)"),
+            QtGui.QIcon(":/fillRingBatch.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Fill all rings in selected polygons with new features"),
+            geometryTypes = [3, 6],  dtName = "dtFillRing")
+        self.newFid = None
+
+    def ringFound(self, selectRingResult):
+        layer = self.iface.activeLayer()
+        thisRing = selectRingResult[0]
+        defaultAttributeMap = dtutils.dtGetDefaultAttributeMap(layer)
+        layer.beginEditCommand(QtCore.QCoreApplication.translate(
+            "editcommand", "Fill ring"))
+
+        if self.iface.vectorLayerTools().addFeature(layer,
+                defaultValues = defaultAttributeMap,
+                defaultGeometry = thisRing):
+            layer.endEditCommand()
+            self.canvas.refresh()
+        else:
+            layer.destroyEditCommand()
+
+        self.tool.reset()
+
+    def process(self):
+        layer = self.iface.activeLayer()
+        layer.featureAdded.connect(self.featureAdded)
+        numRingsFilled = 0
+        aborted = False
+
+        for featureToFill in layer.selectedFeatures():
+            geom = QgsGeometry(featureToFill.geometry())
+
+            if not geom.isGeosValid():
+                thisWarning = dtutils.dtGetInvalidGeomWarning(layer)
+                dtutils.dtShowWarning(self.iface, thisWarning)
+                continue
+
+            rings = dtutils.dtExtractRings(geom)
+
+            for aRing in rings:
+
+                if numRingsFilled == 0:
+                    defaultAttributeMap = dtutils.dtGetDefaultAttributeMap(layer)
+                    layer.beginEditCommand(QtCore.QCoreApplication.translate("editcommand", "Fill rings"))
+
+                    if self.iface.vectorLayerTools().addFeature(layer, defaultValues = defaultAttributeMap, defaultGeometry = aRing):
+                        layer.featureAdded.disconnect(self.featureAdded)
+                    else:
+                        layer.featureAdded.disconnect(self.featureAdded)
+                        layer.destroyEditCommand()
+                        aborted = True
+                        break
+                else:
+                    aFeat = dtutils.dtCopyFeature(layer,  srcFid = self.newFid)
+                    aFeat.setGeometry(aRing)
+                    layer.addFeature(aFeat)
+
+                numRingsFilled += 1
+
+                if aborted:
+                    break
+
+        layer.endEditCommand()
+        self.canvas.refresh()
+
+    def featureAdded(self,  newFid):
+        self.newFid = newFid
+
+
+

+ 95 - 0
python/plugins/DigitizingTools/tools/dtflipline.py

@@ -0,0 +1,95 @@
+# -*- coding: utf-8 -*-
+"""
+dtflipline
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-02-25
+* copyright          : (C) 2013 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+from qgis.PyQt import QtCore,  QtGui
+from qgis.core import *
+from qgis.gui import *
+import dt_icons_rc
+from dttools import DtDualToolSelectFeature
+
+class DtFlipLine(DtDualToolSelectFeature):
+    '''Flip line direction tool'''
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/flipLine.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Flip line (interactive mode)"),
+            QtGui.QIcon(":/flipLineBatch.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Flip selected lines"),
+            geometryTypes = [2, 5],  dtName = "dtFlipLine")
+
+    def process(self):
+        '''algorythm taken from Nathan Woodrow's Swap Line Direction see
+       http://gis.stackexchange.com/questions/9261/how-can-i-switch-line-direction-in-qgis
+       adapted to use with MultiPolylines '''
+        layer = self.iface.activeLayer()
+
+        if layer.selectedFeatureCount() == 1:
+            layer.beginEditCommand(QtCore.QCoreApplication.translate("editcommand", "Flip line"))
+        elif layer.selectedFeatureCount() > 1:
+            layer.beginEditCommand(QtCore.QCoreApplication.translate("editcommand", "Flip lines"))
+        else:
+            return None
+
+        hadError = False
+
+        for feat in layer.selectedFeatures():
+            geom = QgsGeometry(feat.geometry())
+
+            if not geom.isGeosValid():
+                thisWarning = dtutils.dtGetInvalidGeomWarning(layer)
+                dtutils.dtShowWarning(self.iface, thisWarning)
+                continue
+
+            if layer.wkbType() == 2 or layer.wkbType() == -2147483646:
+                nodes = geom.asPolyline()
+                rNodes = self.reverse(nodes)
+                newNodes = rNodes
+            elif layer.wkbType() == 5 or layer.wkbType() ==-2147483643:
+                newNodes = []
+
+                for aLine in geom.asGeometryCollection():
+                    aNodes = aLine.asPolyline()
+                    rNodes = self.reverse(aNodes)
+                    newNodes.append(rNodes)
+            else: # should not happen as tool is deactivated in all other cases
+                newNodes = []
+
+            if layer.wkbType() == 2 or layer.wkbType() == -2147483646:
+                newGeom = QgsGeometry.fromPolylineXY(newNodes)
+            else:
+                newGeom = QgsGeometry.fromMultiPolylineXY(newNodes)
+
+            if not layer.changeGeometry(feat.id(),  newGeom):
+                hadError = True
+
+        if hadError:
+            self.iface.messageBar().pushCritical(QtCore.QCoreApplication.translate("digitizingtools",
+                "An error occured during flipping"))
+            layer.destroyEditCommand()
+        else:
+            layer.endEditCommand()
+            self.canvas.refresh()
+
+    def reverse(self,  nodes):
+        '''reverse the order in array nodes
+        nodes.reverse does not work with 25D geometries'''
+        rNodes = []
+        while len(nodes) > 0:
+            rNodes.append(nodes.pop())
+
+        return rNodes

+ 275 - 0
python/plugins/DigitizingTools/tools/dtmedianline.py

@@ -0,0 +1,275 @@
+# -*- coding: utf-8 -*-
+"""
+dtdigitizemedianline
+````````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-02-25
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import range
+from builtins import object
+from qgis.PyQt import QtCore, QtGui, QtWidgets
+from qgis.core import *
+from qgis.gui import *
+from dtmedianlinetool import DtMedianLineTool
+
+
+class DtMedianLine(object):
+    '''Digitize median line by selecting vertices on adjacent polygons'''
+
+    def __init__(self, iface, toolBar):
+        # Save reference to the QGIS interface
+        self.iface = iface
+        self.canvas = self.iface.mapCanvas()
+
+        #self.lineLayer = None
+        self.selected_points = 0
+        self.side1_x = []
+        self.side1_y = []
+        self.side2_x = []
+        self.side2_y = []
+        self.point_list = []
+
+        #create action
+        self.median_digitizer = QtWidgets.QAction(QtGui.QIcon(":/medianLine.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Digitize median line between adjacent polygons"),
+                self.iface.mainWindow())
+
+        self.median_digitizer.triggered.connect(self.run)
+        self.iface.currentLayerChanged.connect(self.enable)
+        toolBar.addAction(self.median_digitizer)
+        self.enable()
+        self.tool = DtMedianLineTool(self)
+        self.tool.finishedDigitizing.connect(self.digitizingFinished)
+
+    def reset(self):
+        self.selected_points = 0
+        del self.side1_x[:]
+        del self.side1_y[:]
+        del self.side2_x[:]
+        del self.side2_y[:]
+        del self.point_list[:]
+
+    def enableTool(self):
+        self.tool.activate()
+        self.canvas.setMapTool(self.tool)
+        #Connect to the DtSelectVertexTool
+        self.tool.vertexFound.connect(self.storePoints)
+
+    def disableTool(self):
+        self.reset()
+        #self.tool.deactivate()
+        self.canvas.unsetMapTool(self.tool)
+        self.tool.vertexFound.disconnect(self.storePoints)
+        self.tool.deactivate()
+
+    def deactivate(self):
+        self.disableTool()
+        self.median_digitizer.setChecked(False)
+
+    def run(self):
+        '''Function that does all the real work'''
+        self.reset()
+        layer = self.iface.activeLayer()
+        title = QtCore.QCoreApplication.translate("digitizingtools",
+            "Digitize median line")
+
+        if layer.selectedFeatureCount() == 0:
+            self.enableTool()
+            #self.lineLayer = layer
+            self.median_digitizer.setChecked(True)
+        else:
+            QtWidgets.QMessageBox.information(None, title,
+                QtCore.QCoreApplication.translate("digitizingtools",
+                "Please clear selection."))
+
+    def storePoints(self, result):
+        tmp_x = result[0].x()
+        tmp_y = result[0].y()
+        modulo = self.selected_points % 2
+        if (modulo == 0):                              # Select first vertex
+            if ((tmp_x in self.side1_x) and (tmp_y in self.side1_y)):
+                #print "Point (%f,%f) already in list1" % (tmp_x, tmp_y)
+                self.selected_points = self.selected_points + 1
+                return
+            else:
+                #print "Point (%f,%f) added in list1" % (tmp_x, tmp_y)
+                self.side1_x.append(tmp_x)
+                self.side1_y.append(tmp_y)
+                self.selected_points = self.selected_points + 1
+                return
+        else:                                         # Select second vertex
+            if ((tmp_x in self.side2_x) and (tmp_y in self.side2_y)):
+                #print "Point (%f,%f) already in list2" % (tmp_x, tmp_y)
+                self.selected_points = self.selected_points + 1
+                return
+            else:
+                #print "Point (%f,%f) added in list2" % (tmp_x, tmp_y)
+                self.side2_x.append(tmp_x)
+                self.side2_y.append(tmp_y)
+                self.selected_points = self.selected_points + 1
+                return
+
+    def digitizingFinished(self):
+        #print "side1_x"
+        #print self.side1_x
+        #print "side1_y"
+        #print self.side1_y
+        #print "side2_x"
+        #print self.side2_x
+        #print "side2_y"
+        #print self.side2_y
+        (x, y) = median_polyline(self.side1_x, self.side1_y, self.side2_x,
+            self.side2_y)
+        #print "x"
+        #print x
+        #print "y"
+        #print y
+        for i in range(len(x)):
+            p = QgsPoint(x[i], y[i])
+            #print "current p is:"
+            #print p
+            self.point_list.append(p)
+        # Debug
+        #print "Point list:"
+        #print self.point_list
+        new_geom = QgsGeometry.fromPolyline(self.point_list)
+        addGeometryToCadLayer(new_geom)
+        self.canvas.refresh()
+        self.reset()
+        self.deactivate()
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        # Disable the Button by default
+        self.reset()
+        self.median_digitizer.setEnabled(False)
+        layer = self.iface.activeLayer()
+
+        if layer is not None:
+            #Only for vector layers.
+            if layer.type() == QgsMapLayer.VectorLayer:
+                # only for polygon layers
+                if layer.geometryType() == 2:
+                    # enable if editable
+                    self.median_digitizer.setEnabled(layer.isEditable())
+                    try:
+                        layer.editingStarted.disconnect(self.enable)
+                        # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable)
+                        # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+
+
+def getCadLayerByName(cadname):
+    for anId, layer in QgsProject.instance().mapLayers().items():
+        if layer.name() == cadname:
+            if layer.isValid():
+                return layer
+            else:
+                return None
+
+
+def addGeometryToCadLayer(g):
+    pointName = "CadLayer Points"
+    lineName = "CadLayer Lines"
+    polygonName = "CadLayer Polygons"
+
+    geom_type = g.type()
+
+    # Points
+    if geom_type == 0:
+        theName = pointName
+        theType = "Point"
+    elif geom_type == 1:
+        theName = lineName
+        theType = "LineString"
+    elif geom_type == 2:
+        theName = polygonName
+        theType = "Polygon"
+    else:
+        return
+
+    if getCadLayerByName(theName) is None:
+        vl = QgsVectorLayer(theType, theName, "memory")
+        pr = vl.dataProvider()
+        feat = QgsFeature()
+        feat.setGeometry(g)
+        pr.addFeatures([feat])
+        vl.updateExtents()
+        QgsProject.instance().addMapLayer(vl)
+    else:
+        layer = getCadLayerByName(theName)
+        pr = layer.dataProvider()
+        feat = QgsFeature()
+        feat.setGeometry(g)
+        pr.addFeatures([feat])
+        layer.updateExtents()
+
+
+def median_polyline(xa, ya, xb, yb):
+    """
+    This function returns the median polyline of two polylines
+    """
+    def S(x1, y1, x2, y2):
+        return (x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)
+    x = []
+    y = []
+
+    m = len(xa)
+    if m != len(ya):
+        return [], []
+    n = len(xb)
+    if n != len(yb):
+        return [], []
+    i = j = k = 0
+    while (i < m - 1 and j < n - 1):
+        x.append((xa[i] + xb[j]) / 2.0)
+        y.append((ya[i] + yb[j]) / 2.0)
+        k += 1
+        if S(xa[i + 1], ya[i + 1], xb[j], yb[j]) < S(xa[i], ya[i], xb[j + 1],
+            yb[j + 1]):
+            i += 1
+        else:
+            j += 1
+
+    if i < m - 1:
+        j -= 1
+        while i < m:
+            i += 1
+            if i >= m:
+                break
+            x.append((xa[i] + xb[j]) / 2.0)
+            y.append((ya[i] + yb[j]) / 2.0)
+            k += 1
+
+    if j < n - 1:
+        i -= 1
+        while j < n:
+            j += 1
+            if j >= n:
+                break
+            x.append((xa[i] + xb[j]) / 2.0)
+            y.append((ya[i] + yb[j]) / 2.0)
+            k += 1
+    x.append((xa[m - 1] + xb[n - 1]) / 2.0)
+    y.append((ya[m - 1] + yb[n - 1]) / 2.0)
+    return x, y

+ 130 - 0
python/plugins/DigitizingTools/tools/dtmedianlinetool.py

@@ -0,0 +1,130 @@
+# -*- coding: utf-8 -*-
+"""
+digitizemedianlinetool
+``````````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+ This vertex selection tool is adopted/adapted from:
+ 'CadTools Plugin', Copyright (C) Stefan Ziegler
+
+* begin                : 2013-08-15
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from qgis.PyQt import QtCore, QtGui
+from qgis.core import *
+from qgis.gui import *
+
+class DtMedianLineTool(QgsMapTool):
+    finishedDigitizing = QtCore.pyqtSignal()
+    vertexFound = QtCore.pyqtSignal(list)
+
+    def __init__(self, parent):
+        super().__init__(parent.canvas)
+        self.canvas = parent.canvas
+        self.parent = parent
+        self.markers = []
+        #custom cursor
+        self.cursor = QtGui.QCursor(QtGui.QPixmap(["16 16 3 1",
+                                    "      c None",
+                                    ".     c #FF0000",
+                                    "+     c #FFFFFF",
+                                    "                ",
+                                    "       +.+      ",
+                                    "      ++.++     ",
+                                    "     +.....+    ",
+                                    "    +.     .+   ",
+                                    "   +.   .   .+  ",
+                                    "  +.    .    .+ ",
+                                    " ++.    .    .++",
+                                    " ... ...+... ...",
+                                    " ++.    .    .++",
+                                    "  +.    .    .+ ",
+                                    "   +.   .   .+  ",
+                                    "   ++.     .+   ",
+                                    "    ++.....+    ",
+                                    "      ++.++     ",
+                                    "       +.+      "]))
+
+    def canvasPressEvent(self, event):
+        pass
+
+    def canvasMoveEvent(self, event):
+        pass
+
+    def canvasReleaseEvent(self, event):
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        if event.button() == QtCore.Qt.RightButton:
+            self.finishedDigitizing.emit()
+            return
+
+        layer = self.canvas.currentLayer()
+
+        if layer is not None:
+            #the clicked point is our starting point
+            startingPoint = QtCore.QPoint(x, y)
+
+            #we need a snapper, so we use the MapCanvas snappingUtils (new in 2.8.x)
+            snapper = self.canvas.snappingUtils()
+            snapper.setCurrentLayer(layer)
+            #snapType, snapTolerance, snapUnits = snapper.defaultSettings()
+            # snapType = 0: no snap, 1 = vertex, 2 = segment, 3 = vertex & segment
+            snapMatch = snapper.snapToCurrentLayer(startingPoint, QgsPointLocator.Vertex)
+
+            #if we have found a vertex
+            if snapMatch.isValid():
+                # we like to mark the vertex that is choosen
+                p = snapMatch.point()
+                m = QgsVertexMarker(self.canvas)
+                m.setIconType(1)
+                modulo = self.parent.selected_points % 2
+                if modulo == 0:
+                    m.setColor(QtGui.QColor(255, 0, 0))
+                else:
+                    m.setColor(QtGui.QColor(0, 0, 255))
+                m.setIconSize(12)
+                m.setPenWidth(3)
+                m.setCenter(p)
+                self.markers.append(m)
+                self.vertexFound.emit([p])
+            else:
+                pass
+
+    def showSettingsWarning(self):
+        m = QgsMessageViewer()
+        m.setWindowTitle("Snap tolerance")
+        m.setCheckBoxText("Don't show this message again")
+        m.setCheckBoxVisible(True)
+        m.setCheckBoxQSettingsLabel(settingsLabel)
+        m.setMessageAsHtml("<p>Could not snap segment.</p><p>Have you set "
+          "the tolerance in Settings > Project Properties > General?</p>")
+        m.showMessage()
+
+    def activate(self):
+        self.canvas.setCursor(self.cursor)
+
+    def deactivate(self):
+        for m in self.markers:
+            self.canvas.scene().removeItem(m)
+        del self.markers[:]
+
+    def isZoomTool(self):
+        return False
+
+    def isTransient(self):
+        return False
+
+    def isEditTool(self):
+        return True

+ 126 - 0
python/plugins/DigitizingTools/tools/dtmerge.py

@@ -0,0 +1,126 @@
+# -*- coding: utf-8 -*-
+"""
+dtmerge
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+Tool: Merge features to a new feature _without deleting all of them_
+see http://hub.qgis.org/issues/13490
+
+* begin                : 2015-11-09
+* copyright          : (C) 2015 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import str
+from qgis.PyQt import QtCore, QtGui, QtWidgets
+from qgis.core import *
+import dt_icons_rc
+from dttools import DtSingleButton
+from dtToolsDialog import DigitizingToolsChooseRemaining
+
+class DtMerge(DtSingleButton):
+    '''Merge selected features of active layer'''
+    def __init__(self, iface, toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/Merge.png"),
+            QtCore.QCoreApplication.translate("digitizingtools",
+                "Merge selected features"),
+            geometryTypes = [1, 2, 3, 4, 5, 6],  dtName = "dtMerge")
+        self.enable()
+
+    def process(self):
+        '''Function that does all the real work'''
+        title = QtCore.QCoreApplication.translate("digitizingtools", "Merge")
+        processLayer = self.iface.activeLayer()
+        pkAtts = processLayer.primaryKeyAttributes()
+
+        if len(pkAtts) == 1:
+            pkFld = pkAtts[0]
+        else:
+            pkFld = None
+
+        pkValues = {}
+        featDict = {}
+        fidsToDelete = []
+
+        for aFeat in processLayer.selectedFeatures():
+            aFid = aFeat.id()
+            featDict[aFid] = aFeat
+
+            if aFid >= 0: # only already existing features
+                if pkFld == None:
+                    pkValues["Feature ID " + str(aFid)] = aFid
+                else:
+                    aPkValue = aFeat[pkFld]
+                    pkValues[str(aPkValue)] = aFid
+
+        if len(pkValues) > 1:
+            dlg = DigitizingToolsChooseRemaining(self.iface, processLayer, pkValues, featDict, title)
+            doContinue = dlg.exec_()
+
+            if doContinue == 1:
+                pkValueToKeep = dlg.pkValueToKeep
+        elif len(pkValues) == 1:
+            doContinue = 1
+            pkValueToKeep = list(pkValues.keys())[0]
+        else: # all new features
+            doContinue = 1
+            pkValueToKeep = None
+
+        if doContinue == 1:
+            processLayer.beginEditCommand(
+                QtCore.QCoreApplication.translate("editcommand",
+                "Merge Features"))
+
+            if pkValueToKeep != None:
+                outFeat = featDict.pop(pkValues[pkValueToKeep])
+            else:
+                outFeat = featDict.popitem()[1] # use any
+
+            outFid = outFeat.id()
+            outGeom = QgsGeometry(outFeat.geometry())
+
+            for aFeatVal in list(featDict.values()):
+                fidsToDelete.append(aFeatVal.id())
+                outGeom = outGeom.combine(QgsGeometry(aFeatVal.geometry()))
+
+            if not self.geometryTypeMatchesLayer(processLayer, outGeom):
+                self.iface.messageBar().pushCritical("DigitizingTools",
+                    QtWidgets.QApplication.translate("DigitizingTools",
+                    "The geometry type of the result is not valid in this layer!"))
+                processLayer.destroyEditCommand()
+            else:
+                processLayer.removeSelection()
+                success = processLayer.changeGeometry(outFid, outGeom)
+
+                for aFid in fidsToDelete:
+                    if not processLayer.deleteFeature(aFid):
+                        processLayer.destroyEditCommand()
+                        return None
+                processLayer.endEditCommand()
+                self.iface.mapCanvas().refresh()
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        DtSingleButton.enable(self) # call parent's method
+
+        if self.act.isEnabled():
+            layer = self.iface.activeLayer()
+            try:
+                layer.selectionChanged.disconnect(self.enable) # disconnect, will be reconnected
+            except:
+                pass
+
+            doEnable = layer.selectedFeatureCount() > 1
+            self.act.setEnabled(doEnable)
+            layer.selectionChanged.connect(self.enable)
+
+

+ 267 - 0
python/plugins/DigitizingTools/tools/dtmovenodebyarea.py

@@ -0,0 +1,267 @@
+# -*- coding: utf-8 -*-
+"""
+dtmovenodebyarea
+````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-08-14
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import object
+from qgis.PyQt import QtCore,  QtGui, QtWidgets
+from qgis.core import *
+
+import dt_icons_rc
+from dttools import DtSelectVertexTool
+from dtmovenodebyarea_dialog import DtMoveNodeByArea_Dialog
+
+class DtMoveNodeByArea(object):
+    '''Automatically move polygon node (along a given side of polygon) in order to achieve a desired polygon area'''
+    def __init__(self, iface,  toolBar):
+        # Save reference to the QGIS interface
+        self.iface = iface
+        self.canvas = self.iface.mapCanvas()
+        self.gui = None
+        self.multipolygon_detected = False
+
+        # Points and Markers
+        self.p1 = None
+        self.p2 = None
+        self.m1 = None
+        self.m2 = None
+        self.selected_feature = None
+
+        #create action
+        self.node_mover = QtWidgets.QAction(QtGui.QIcon(":/MovePolygonNodeByArea.png"),
+            QtWidgets.QApplication.translate("digitizingtools", "Move polygon node (along a side) to achieve target area"),  self.iface.mainWindow())
+
+        self.node_mover.triggered.connect(self.run)
+        self.iface.currentLayerChanged.connect(self.enable)
+        toolBar.addAction(self.node_mover)
+        self.enable()
+
+        self.tool = DtSelectVertexTool(self.iface, 2)
+
+    def showDialog(self):
+        flags = QtCore.Qt.WindowTitleHint | QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowMaximizeButtonHint  # QgisGui.ModalDialogFlags
+        self.gui = DtMoveNodeByArea_Dialog(self.iface.mainWindow(),  flags)
+        self.gui.initGui()
+        self.gui.show()
+        self.gui.unsetTool.connect(self.unsetTool)
+        self.gui.moveNode.connect(self.moveNode)
+
+    def enableVertexTool(self):
+        self.canvas.setMapTool(self.tool)
+        #Connect to the DtSelectVertexTool
+        self.tool.vertexFound.connect(self.storeVertexPointsAndMarkers)
+
+    def unsetTool(self):
+        self.m1 = None
+        self.m2 = None
+        self.p1 = None
+        self.p2 = None
+        self.selected_feature = None
+        self.canvas.unsetMapTool(self.tool)
+
+    def run(self):
+        '''Function that does all the real work'''
+        layer = self.iface.activeLayer()
+        if(layer.dataProvider().wkbType() == 6):
+            self.multipolygon_detected = True
+        title = QtWidgets.QApplication.translate("digitizingtools", "Move polygon node by area")
+
+        if layer.selectedFeatureCount() == 0:
+            QtWidgets.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", "Please select one polygon to edit."))
+        elif layer.selectedFeatureCount() > 1:
+            QtWidgets.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", "Please select only one polygon to edit."))
+        else:
+            #One selected feature
+            self.selected_feature = layer.selectedFeatures()[0]
+            self.enableVertexTool()
+            self.showDialog()
+            self.gui.writeArea(self.selected_feature.geometry().area())
+
+
+    def storeVertexPointsAndMarkers(self,  result):
+        self.p1 = result[0][0]
+        self.p2 = result[0][1]
+        self.m1 = result[1][0]
+        self.m2 = result[1][1]
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        # Disable the Button by default
+        self.node_mover.setEnabled(False)
+        layer = self.iface.activeLayer()
+
+        if layer != None:
+            #Only for vector layers.
+            if layer.type() == QgsMapLayer.VectorLayer:
+                # only for polygon layers
+                if layer.geometryType() == 2:
+                    # enable if editable
+                    self.node_mover.setEnabled(layer.isEditable())
+                    try:
+                        layer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+
+
+    def moveNode(self):
+        new_a = -1.0
+        try:
+            new_a = float(self.gui.targetArea.text())
+        except:
+            pass
+
+        if (new_a == -1.0):
+            QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Target Area not valid."))
+            return
+
+        if self.p1 == None or self.p2 == None:
+            QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Not enough vertices selected."))
+        else:
+            interp1 = self.selected_feature.geometry().intersects(QgsGeometry.fromPointXY(self.p1))
+            interp2 = self.selected_feature.geometry().intersects(QgsGeometry.fromPointXY(self.p2))
+            touch_p1_p2 = self.selected_feature.geometry().touches(QgsGeometry.fromPolyline([QgsPoint(self.p1), QgsPoint(self.p2)]))
+            if (interp1 and interp2):
+                if (not touch_p1_p2):
+                    QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Selected vertices should be consecutive on the selected polygon."))
+                else:
+                    new_geom = createNewGeometry(self.selected_feature.geometry(), self.p1, self.p2, new_a, self.multipolygon_detected)
+                    fid = self.selected_feature.id()
+                    layer = self.iface.activeLayer()
+                    layer.beginEditCommand(QtWidgets.QApplication.translate("editcommand", "Move Node By Area"))
+                    layer.changeGeometry(fid,new_geom)
+                    self.canvas.refresh()
+                    layer.endEditCommand()
+                    #wkt_tmp1 = self.selected_feature.geometry().exportToWkt()
+                    #wkt_tmp2 = new_geom.exportToWkt()
+                    #tmp_str = wkt_tmp1 + " Initial Area:" + str(self.selected_feature.geometry().area()) + " " + wkt_tmp2 + " Final Area:" + str(new_geom.area())
+                    #title = QtWidgets.QApplication.translate("digitizingtools", "Move polygon node by area")
+                    #QtGui.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", tmp_str))
+            else:
+                QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Vertices not on the selected polygon."))
+
+# p1 is the stable node (red) and p2 is the node to move (blue)
+def createNewGeometry(geom, p1, p2, new_area, multipolygon):
+    #Read input polygon geometry as a list of QgsPoints
+    pointList = []
+    if(multipolygon):
+        pointList = geom.asMultiPolygon()[0][0][0:-1]
+    else:
+        pointList = geom.asPolygon()[0][0:-1]
+
+    #indices
+    ind = 0
+    ind_max = len(pointList)-1
+    p1_indx = -1
+    p2_indx = -1
+    p3_indx = -1
+
+    #find p1 and p2 in the list
+    for tmp_point in pointList:
+        if (tmp_point == p1):
+            p1_indx = ind
+        elif (tmp_point == p2):
+            p2_indx = ind
+        ind += 1
+
+    #locate p3 index based on positioning of p1 and p2
+    if(p2_indx > p1_indx):
+        if(p2_indx < ind_max):
+            p3_indx = p2_indx + 1
+        elif(p2_indx == ind_max and p1_indx == 0):
+            p3_indx = p2_indx - 1
+        elif(p2_indx == ind_max and p1_indx != 0):
+            p3_indx = 0
+    elif(p1_indx > p2_indx):
+        if(p2_indx > 0):
+            p3_indx = p2_indx - 1
+        elif(p2_indx == 0 and p1_indx == ind_max):
+            p3_indx = p2_indx + 1
+        elif(p2_indx == 0 and p1_indx != ind_max):
+            p3_indx = ind_max
+
+    x1 = p1.x()
+    y1 = p1.y()
+    x2 = p2.x()
+    y2 = p2.y()
+    x3 = pointList[p3_indx].x()
+    y3 = pointList[p3_indx].y()
+    old_area = geom.area()
+    area_diff = new_area-old_area
+
+    (x2a,y2a, x2b,y2b)=move_vertex(x1,y1,x2,y2,x3,y3,area_diff)
+
+    p2a = QgsPointXY(x2a,y2a)
+    p2b = QgsPointXY(x2b,y2b)
+
+    pointList[p2_indx] = p2a
+    geom1 = QgsGeometry.fromPolygonXY( [ pointList ] )
+
+    pointList[p2_indx] = p2b
+    geom2 = QgsGeometry.fromPolygonXY( [ pointList ] )
+
+    diff_geom1 = abs(geom1.area() - new_area)
+    diff_geom2 = abs(geom2.area() - new_area)
+
+    if(diff_geom1 < diff_geom2):
+        return geom1
+    else:
+        return geom2
+
+def move_vertex(x1,y1,x2,y2,x3,y3,area):
+    """
+    This function moves point 2 of 1-2 vertex on 2-3 direction resulting
+    a new 1-4 vertex. Area is the desired area of the triangle 1-2-4.
+    Result is returned as [ xa ya xb yb ] due to absolute value.
+    Use resulted area of new polygon is the final criterion.
+
+    * copyright            : (C) 2013 by Christos Iossifidis
+    * email                : chiossif@yahoo.com
+    """
+    k=(y3-y2)/(x3-x2) #(I)
+
+    #k=(y4-y2)/(x4-x2) ===>
+    #x4 = x2 + (y4-y2)/k (IIa)
+    #y4 = y2 + k*(x4-x2) (IIb)
+
+    #2*area=ABS(x1*(y2-y4)+x2*(y4-y1)+x4*(y1-y2)) (III)
+
+    #(III) ==(IIa)==>
+    #2*area=ABS( x1*(y2-y4)+x2*(y4-y1)+(x2+(y4-y2)/k)*(y1-y2) ) ===>
+    #2*area=ABS( x1*(y2-y4)+x2*(y4-y1)+ x2*(y1-y2) + (y4-y2)*(y1-y2)/k ) ===>
+    #2*area=ABS( x1*y2 -x1*y4 +x2*y4 -x2*y1+ x2*y1-x2*y2 +y4*y1/k -y4*y2/k -y2*y1/k +y2*y2/k ) ===>
+    #2*area=ABS( x1*y2 -x2*y1+ x2*y1-x2*y2 -y2*y1/k +y2*y2/k ) ===>
+    #x1*y4 -x2*y4 -y4*y1/k +y4*y2/k = +-2*area + ( x1*y2 -x2*y1+ x2*y1-x2*y2 -y2*y1/k +y2*y2/k ) ===>
+    #y4 = (+-2*area + ( x1*y2 -x2*y1+ x2*y1-x2*y2 -y2*y1/k +y2*y2/k ) ) / ( x1-x2-y1/k+y2/k ) (IV)
+
+    #(IV)===>
+    y4a = ( 2.0*area + ( x1*y2 -x2*y1+ x2*y1-x2*y2 -y2*y1/k +y2*y2/k ) ) / ( x1-x2-y1/k+y2/k )
+    #(IIa) ===>
+    x4a = x2 + (y4a-y2)/k
+
+    #(IV)===>
+    y4b = ( -2.0*area + ( x1*y2 -x2*y1+ x2*y1-x2*y2 -y2*y1/k +y2*y2/k ) ) / ( x1-x2-y1/k+y2/k )
+    #(IIa) ===>
+    x4b = x2 + (y4b-y2)/k
+
+    return (x4a,y4a, x4b,y4b)
+

+ 50 - 0
python/plugins/DigitizingTools/tools/dtmovenodebyarea_dialog.py

@@ -0,0 +1,50 @@
+# -*- coding: utf-8 -*-
+"""
+dtmovenodebyarea_dialog
+```````````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-08-14
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import str
+from qgis.PyQt import QtCore, QtWidgets, uic
+import os
+
+FORM_CLASS, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'ui_dtmovenodebyarea.ui'))
+
+class DtMoveNodeByArea_Dialog(QtWidgets.QDialog, FORM_CLASS):
+    unsetTool = QtCore.pyqtSignal()
+    moveNode = QtCore.pyqtSignal()
+
+    def __init__(self, parent, flags):
+        super().__init__(parent,  flags)
+        self.setupUi(self)
+
+    def initGui(self):
+        pass
+
+    def writeArea(self, area):
+        self.area_label.setText(str(area))
+        self.targetArea.setText(str(area))
+
+    @QtCore.pyqtSlot()
+    def on_buttonClose_clicked(self):
+        self.unsetTool.emit()
+        self.close()
+
+    @QtCore.pyqtSlot()
+    def on_moveButton_clicked(self):
+        self.moveNode.emit()
+        pass

+ 420 - 0
python/plugins/DigitizingTools/tools/dtmovesidebyarea.py

@@ -0,0 +1,420 @@
+# -*- coding: utf-8 -*-
+"""
+dtmovesidebyarea
+````````````````
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-08-15
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from __future__ import print_function
+from builtins import range
+from builtins import object
+from qgis.PyQt import QtCore, QtGui, QtWidgets
+from qgis.core import *
+from qgis.gui import *
+import dt_icons_rc
+import math
+from dttools import DtSelectSegmentTool
+from dtmovesidebyarea_dialog import DtMoveSideByArea_Dialog
+
+class DtMoveSideByArea(object):
+    '''Parallel move polygon side in order to achieve a desired polygon area'''
+    def __init__(self, iface, toolBar):
+        # Save reference to the QGIS interface
+        self.iface = iface
+        self.canvas = self.iface.mapCanvas()
+        self.gui = None
+        self.multipolygon_detected = False
+
+        # points of the selected segment
+        # p1 is always the left point
+        self.p1 = None
+        self.p2 = None
+        self.rb1 = QgsRubberBand(self.canvas,  QgsWkbTypes.LineGeometry)
+        self.selected_feature = None
+
+        #create action
+        self.side_mover = QtWidgets.QAction(QtGui.QIcon(":/ParallelMovePolygonSideByArea.png"),
+            QtWidgets.QApplication.translate("digitizingtools", "Parallel move of polygon side to target area"), self.iface.mainWindow())
+
+        self.side_mover.triggered.connect(self.run)
+        self.iface.currentLayerChanged.connect(self.enable)
+        toolBar.addAction(self.side_mover)
+        self.enable()
+        self.tool = DtSelectSegmentTool(self.iface)
+
+    def showDialog(self):
+        flags = QtCore.Qt.WindowTitleHint | QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowMaximizeButtonHint  # QgisGui.ModalDialogFlags
+        self.gui = DtMoveSideByArea_Dialog(self.iface.mainWindow(), flags)
+        self.gui.initGui()
+        self.gui.show()
+        self.gui.unsetTool.connect(self.unsetTool)
+        self.gui.moveSide.connect(self.moveSide)
+
+    def enableSegmentTool(self):
+        self.canvas.setMapTool(self.tool)
+        #Connect to the DtSelectVertexTool
+        self.tool.segmentFound.connect(self.storeSegmentPoints)
+
+    def unsetTool(self):
+        self.p1 = None
+        self.p2 = None
+        self.selected_feature = None
+        self.canvas.unsetMapTool(self.tool)
+
+    def run(self):
+        '''Function that does all the real work'''
+        layer = self.iface.activeLayer()
+        if(layer.dataProvider().wkbType() == 6):
+            self.multipolygon_detected = True
+        title = QtWidgets.QApplication.translate("digitizingtools", "Move polygon side by area")
+
+        if layer.selectedFeatureCount() == 0:
+            QtWidgets.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", "Please select one polygon to edit."))
+        elif layer.selectedFeatureCount() > 1:
+            QtWidgets.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", "Please select only one polygon to edit."))
+        else:
+            #One selected feature
+            self.selected_feature = layer.selectedFeatures()[0]
+            self.enableSegmentTool()
+            self.showDialog()
+            self.gui.writeArea(self.selected_feature.geometry().area())
+
+    def storeSegmentPoints(self,  result):
+        if result[0].x() < result[1].x():
+            self.p1 = result[0]
+            self.p2 = result[1]
+        elif result[0].x() == result[1].x():
+            self.p1 = result[0]
+            self.p2 = result[1]
+        else:
+            self.p1 = result[1]
+            self.p2 = result[0]
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        # Disable the Button by default
+        self.side_mover.setEnabled(False)
+        layer = self.iface.activeLayer()
+
+        if layer != None:
+            #Only for vector layers.
+            if layer.type() == QgsMapLayer.VectorLayer:
+                # only for polygon layers
+                if layer.geometryType() == 2:
+                    # enable if editable
+                    self.side_mover.setEnabled(layer.isEditable())
+                    try:
+                        layer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+
+    def moveSide(self):
+        new_a = -1.0
+        try:
+            new_a = float(self.gui.targetArea.text())
+        except:
+            pass
+
+        if (new_a == -1.0):
+            QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Target Area not valid."))
+            return
+
+        if self.p1 == None or self.p2 == None:
+            QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Polygon side not selected."))
+        else:
+            touch_p1_p2 = self.selected_feature.geometry().touches(QgsGeometry.fromPolyline([QgsPoint(self.p1), QgsPoint(self.p2)]))
+            if (not touch_p1_p2):
+                QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Selected segment should be on the selected polygon."))
+            else:
+                #Select tool to create new geometry here
+                if self.gui.method == "fixed":
+                    new_geom = moveFixed(self.selected_feature.geometry(), self.p1, self.p2, new_a, self.multipolygon_detected)
+                else:
+                    new_geom = moveVariable(self.selected_feature.geometry(), self.p1, self.p2, new_a, self.multipolygon_detected)
+
+                #Store new geometry on the memory buffer
+                fid = self.selected_feature.id()
+                layer = self.iface.activeLayer()
+                layer.beginEditCommand(QtWidgets.QApplication.translate("editcommand", "Move Side By Area"))
+                layer.changeGeometry(fid,new_geom)
+                self.canvas.refresh()
+                layer.endEditCommand()
+
+def moveFixed(geom, p1, p2, new_area, multipolygon):
+
+    pointList = []
+    if(multipolygon):
+        pointList = geom.asMultiPolygon()[0][0][0:-1]
+    else:
+        pointList = geom.asPolygon()[0][0:-1]
+    #Read input polygon geometry as a list of QgsPoints
+
+    mul = 1.0
+    ind = 0
+    p1_indx = -1
+    p2_indx = -1
+
+    #find p1 and p2 in the list
+    for tmp_point in pointList:
+        if (tmp_point == p1):
+            p1_indx = ind
+        elif (tmp_point == p2):
+            p2_indx = ind
+        ind += 1
+
+    #Calculate the extra area needed
+    area_init = geom.area()
+    area_diff = new_area - area_init
+    if(area_diff > 0):
+        growing = True
+    else:
+        growing = False
+
+    #Find the distance between p1 and p2
+    dist_p1p2 = math.sqrt(p1.sqrDist(p2))
+
+    #Find the initiallizer distance to parallel move
+    test_dist1 = area_diff / dist_p1p2
+    test_dist2 = (-1.0)*test_dist1
+    test_geom1 = getParallelGeomByDistance(geom, p1, p2, p1_indx, p2_indx, test_dist1, multipolygon)
+    test_area1 = test_geom1.area()
+    test_geom2 = getParallelGeomByDistance(geom, p1, p2, p1_indx, p2_indx, test_dist2, multipolygon)
+    test_area2 = test_geom2.area()
+
+    if growing:
+        if (test_area1 > test_area2):
+            dist_end = 2.0 * test_dist1
+            dist_start = 0.0
+        else:
+            dist_end = 2.0 * test_dist2
+            dist_start = 0.0
+    else:
+        if (test_area1 > test_area2):
+            dist_start = 2.0 * test_dist2
+            dist_end = 0.0
+        else:
+            dist_start = 2.0 * test_dist1
+            dist_end = 0.0
+
+    EPSILON = 1e-7
+    dist_mid = dist_start + (dist_end - dist_start)/2.0
+
+    for i in range(1000):
+        dist_mid = dist_start + (dist_end - dist_start)/2.0
+        geom_mid = getParallelGeomByDistance(geom, p1, p2, p1_indx, p2_indx, dist_mid, multipolygon)
+        area_mid = geom_mid.area()
+        if ((math.fabs(area_mid-new_area)) < EPSILON):
+            print ("wanted area reached")
+            print (area_mid)
+            break
+        elif (area_mid < new_area):
+            dist_start = dist_mid
+        else:
+            dist_end = dist_mid
+
+    return geom_mid
+
+def getParallelGeomByDistance(geom, p1, p2, p1_indx, p2_indx, dist, multipolygon):
+
+    pointList = []
+    if(multipolygon):
+        pointList = geom.asMultiPolygon()[0][0][0:-1]
+    else:
+        pointList = geom.asPolygon()[0][0:-1]
+    #Read input polygon geometry as a list of QgsPoints
+
+    (p3, p4) = getParallelLinePointsByDistance(p1, p2, dist)
+    pointList[p1_indx] = p3
+    pointList[p2_indx] = p4
+    new_geom = QgsGeometry.fromPolygonXY( [ pointList ] )
+    return new_geom
+
+
+def getParallelLinePointsByDistance(p1, p2, dist):
+    """
+    This function is adopted/adapted from 'CadTools Plugin', Copyright (C) Stefan Ziegler
+    """
+    if dist == 0:
+        g = (p1, p2)
+        return g
+
+    dn = ( (p1.x()-p2.x())**2 + (p1.y()-p2.y())**2 )**0.5
+    x3 = p1.x() + dist*(p1.y()-p2.y()) / dn
+    y3 = p1.y() - dist*(p1.x()-p2.x()) / dn
+    p3 = QgsPointXY(x3,  y3)
+
+    x4 = p2.x() + dist*(p1.y()-p2.y()) / dn
+    y4 = p2.y() - dist*(p1.x()-p2.x()) / dn
+    p4 = QgsPointXY(x4,  y4)
+
+    g = (p3,p4)
+    return g
+
+def moveVariable(geom, p1, p2, new_area, multipolygon):
+
+    #Read input polygon geometry as a list of QgsPoints
+    pointList = []
+    if(multipolygon):
+        pointList = geom.asMultiPolygon()[0][0][0:-1]
+    else:
+        pointList = geom.asPolygon()[0][0:-1]
+
+    #indices
+    ind = 0
+    ind_max = len(pointList)-1
+    p1_indx = -1
+    p2_indx = -1
+    p3_indx = -1
+    p4_indx = -1
+
+    #find p1 and p2 in the list
+    for tmp_point in pointList:
+        if (tmp_point == p1):
+            p1_indx = ind
+        elif (tmp_point == p2):
+            p2_indx = ind
+        ind += 1
+
+    #locate p3,p4 index based on positioning of p1 and p2
+    if(p2_indx > p1_indx):
+        if(p2_indx < ind_max):
+            p3_indx = p1_indx - 1
+            p4_indx = p2_indx + 1
+        elif(p2_indx == ind_max and p1_indx == 0):
+            p4_indx = p2_indx - 1
+            p3_indx = p1_indx + 1
+        elif(p2_indx == ind_max and p1_indx != 0):
+            p3_indx = p1_indx - 1
+            p4_indx = 0
+    elif(p1_indx > p2_indx):
+        if(p2_indx > 0):
+            p4_indx = p2_indx - 1
+            p3_indx = p1_indx + 1
+        elif(p2_indx == 0 and p1_indx == ind_max):
+            p4_indx = p2_indx + 1
+            p3_indx = p1_indx - 1
+        elif(p2_indx == 0 and p1_indx != ind_max):
+            p4_indx = ind_max
+            p3_indx = p1_indx + 1
+
+    x2 = p1.x()
+    y2 = p1.y()
+    x4 = p2.x()
+    y4 = p2.y()
+    x1 = pointList[p3_indx].x()
+    y1 = pointList[p3_indx].y()
+    x3 = pointList[p4_indx].x()
+    y3 = pointList[p4_indx].y()
+    old_area = geom.area()
+    area_diff = new_area-old_area
+
+    (x5,y5,x6,y6) = move_vertex_trapezoid(x1,y1,x2,y2,x3,y3,x4,y4,area_diff)
+
+    p5 = QgsPointXY(x5,y5)
+    p6 = QgsPointXY(x6,y6)
+    pointList[p1_indx] = p5
+    pointList[p2_indx] = p6
+
+    new_geom = QgsGeometry.fromPolygonXY( [ pointList ] )
+
+    return new_geom
+
+def move_vertex_trapezoid(x1,y1,x2,y2,x3,y3,x4,y4,area):
+    """
+    This function moves vertex 2-4 parallel by forming a trapezoid of
+    area resulting a new 5-6 vertex. Result is returned as [x5,y5,x6,y6].
+
+    * copyright            : (C) 2013 by Christos Iossifidis
+    * email                : chiossif@yahoo.com
+    """
+    EPSILON=1e-9 #This is approximation accuracy
+    AWAY_STEP=1000.0 #This is the beyond step factor. It is too big already ;-)
+    k1=(y2-y1)/(x2-x1) #(I)
+    k2=(y4-y3)/(x4-x3) #(II)
+    k3=(y4-y2)/(x4-x2) #(III)
+
+    #k3=(y6-y5)/(x6-x5) ===>
+    #x6 = x5 + (y6-y5)/k3 (IVa)
+    #y6 = y5 + k3*(x6-x5) (IVb)
+
+    #k1=(y5-y2)/(x5-x2) ===>
+    #x5 = x2 + (y5-y2)/k1 (Va)
+    #y5 = y2 + k1*(x5-x2) (Vb)
+
+    #k2=(y6-y4)/(x6-x4) ===>
+    #x6 = x4 + (y6-y4)/k1 (VIa)
+    #y6 = y4 + k2*(x6-x4) (VIb)
+
+    #2*area=ABS( x5*(y2-y4)+x2*(y4-y5)+x4*(y5-y2) ) + ABS ( x5*(y4-y6)+x4*(y6-y5)+x6*(y5-y4) )  (VII)
+
+    #(VIb)==(IVa)==>
+    #y6 = y4 + k2*( x5 + (y6-y5)/k3 - x4)===>
+    #y6 = y4 + k2*x5 + k2*y6/k3 - k2*y5/k3 -k2*x4 ===>
+    #y6 - k2/k3*y6 = y4 + k2*x5 - k2*y5/k3 -k2*x4 ===>
+    #y6 = (y4 + k2*x5 - k2*y5/k3 -k2*x4) / (1.0 - k2/k3) (VIII)
+
+    if (area<0.0):
+        area=abs(area)
+        start=x1 #starting values
+        stop=x2
+
+        for i in range(100):
+            x5=(start+stop)/2.0
+            #(Vb)===>
+            y5= y2 + k1*(x5-x2)
+            #(VIII)===>
+            y6 = (y4 + k2*x5 - k2*y5/k3 -k2*x4) / (1.0 - k2/k3)
+            #(VIa)===>
+            x6 = x4 + (y6-y4)/k2
+
+            #(VII)===>
+            new_area=(abs( x5*(y2-y4)+x2*(y4-y5)+x4*(y5-y2) ) + abs( x5*(y4-y6)+x4*(y6-y5)+x6*(y5-y4) ))/2.0
+
+            if (abs(area-new_area)<EPSILON):
+                break
+            elif (area > new_area):
+                stop=x5
+            else:
+                start=x5
+    else:
+        area=abs(area)
+        start=x2 #starting values
+        stop=x2 + AWAY_STEP*(x2-x1) #AWAY_STEP times the 2-1 distance plus x2
+
+        for i in range(100):
+            x5=(start+stop)/2.0
+            #(Vb)===>
+            y5= y2 + k1*(x5-x2)
+            #(VIII)===>
+            y6 = (y4 + k2*x5 - k2*y5/k3 -k2*x4) / (1.0 - k2/k3)
+            #(VIa)===>
+            x6 = x4 + (y6-y4)/k2
+
+            #(VII)===>
+            new_area=(abs( x5*(y2-y4)+x2*(y4-y5)+x4*(y5-y2) ) + abs( x5*(y4-y6)+x4*(y6-y5)+x6*(y5-y4) ))/2.0
+
+            if (abs(area-new_area)<EPSILON):
+                break
+            elif area<new_area:
+                stop=x5
+            else:
+                start=x5
+
+    return (x5,y5,x6,y6)
+

+ 61 - 0
python/plugins/DigitizingTools/tools/dtmovesidebyarea_dialog.py

@@ -0,0 +1,61 @@
+# -*- coding: utf-8 -*-
+"""
+dtmovesidebyarea_dialog
+```````````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-08-15
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import str
+from qgis.PyQt import QtCore, QtWidgets, uic
+import os
+
+FORM_CLASS, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'ui_dtmovesidebyarea.ui'))
+
+class DtMoveSideByArea_Dialog(QtWidgets.QDialog, FORM_CLASS):
+    unsetTool = QtCore.pyqtSignal()
+    moveSide = QtCore.pyqtSignal()
+
+    def __init__(self, parent, flags):
+        super().__init__(parent,  flags)
+        self.setupUi(self)
+        self.method = "fixed"
+
+    def initGui(self):
+        self.radioFixed.setChecked(True)
+        self.radioVariable.setChecked(False)
+        pass
+
+    def writeArea(self, area):
+        self.area_label.setText(str(area))
+        self.targetArea.setText(str(area))
+
+    @QtCore.pyqtSlot()
+    def on_radioFixed_clicked(self):
+        self.method = "fixed"
+
+    @QtCore.pyqtSlot()
+    def on_radioVariable_clicked(self):
+        self.method = "variable"
+
+    @QtCore.pyqtSlot()
+    def on_buttonClose_clicked(self):
+        self.unsetTool.emit()
+        self.close()
+
+    @QtCore.pyqtSlot()
+    def on_moveButton_clicked(self):
+        self.moveSide.emit()
+        pass

+ 204 - 0
python/plugins/DigitizingTools/tools/dtmovesidebydistance.py

@@ -0,0 +1,204 @@
+# -*- coding: utf-8 -*-
+"""
+dtmovesidebydistance
+````````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-08-15
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import object
+from qgis.PyQt import QtCore,  QtGui, QtWidgets
+from qgis.core import *
+from qgis.gui import *
+
+import dt_icons_rc
+from dttools import DtSelectSegmentTool
+from dtmovesidebydistance_dialog import DtMoveSideByDistance_Dialog
+
+class DtMoveSideByDistance(object):
+    '''Automatically move polygon node (along a given side of polygon) in order to achieve a desired polygon area'''
+    def __init__(self, iface,  toolBar):
+        # Save reference to the QGIS interface
+        self.iface = iface
+        self.canvas = self.iface.mapCanvas()
+        self.gui = None
+        self.multipolygon_detected = False
+
+        # points of the selected segment
+        # p1 is always the left point
+        self.p1 = None
+        self.p2 = None
+        self.rb1 = QgsRubberBand(self.canvas,  QgsWkbTypes.LineGeometry)
+        #self.m1 = None
+        self.selected_feature = None
+
+        #create action
+        self.side_mover = QtWidgets.QAction(QtGui.QIcon(":/ParallelMovePolygonSideByDistance.png"),
+            QtWidgets.QApplication.translate("digitizingtools", "Parallel move of polygon side to given distance"),  self.iface.mainWindow())
+
+        self.side_mover.triggered.connect(self.run)
+        self.iface.currentLayerChanged.connect(self.enable)
+        toolBar.addAction(self.side_mover)
+        self.enable()
+
+        self.tool = DtSelectSegmentTool(self.iface)
+
+    def showDialog(self):
+        flags = QtCore.Qt.WindowTitleHint | QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowMaximizeButtonHint  # QgisGui.ModalDialogFlags
+        self.gui = DtMoveSideByDistance_Dialog(self.iface.mainWindow(),  flags)
+        self.gui.initGui()
+        self.gui.show()
+        self.gui.unsetTool.connect(self.unsetTool)
+        self.gui.moveSide.connect(self.moveSide)
+
+    def enableSegmentTool(self):
+        self.canvas.setMapTool(self.tool)
+        #Connect to the DtSelectVertexTool
+        self.tool.segmentFound.connect(self.storeSegmentPoints)
+
+    def unsetTool(self):
+        self.p1 = None
+        self.p2 = None
+        self.selected_feature = None
+        self.canvas.unsetMapTool(self.tool)
+
+    def run(self):
+        '''Function that does all the real work'''
+        layer = self.iface.activeLayer()
+        if(layer.dataProvider().wkbType() == 6):
+            self.multipolygon_detected = True
+        title = QtWidgets.QApplication.translate("digitizingtools", "Move polygon side by distance")
+
+        if layer.selectedFeatureCount() == 0:
+            QtWidgets.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", "Please select one polygon to edit."))
+        elif layer.selectedFeatureCount() > 1:
+            QtWidgets.QMessageBox.information(None, title,  QtWidgets.QApplication.translate("digitizingtools", "Please select only one polygon to edit."))
+        else:
+            #One selected feature
+            self.selected_feature = layer.selectedFeatures()[0]
+            self.enableSegmentTool()
+            self.showDialog()
+
+    def storeSegmentPoints(self,  result):
+        if result[0].x() < result[1].x():
+            self.p1 = result[0]
+            self.p2 = result[1]
+        elif result[0].x() == result[1].x():
+            self.p1 = result[0]
+            self.p2 = result[1]
+        else:
+            self.p1 = result[1]
+            self.p2 = result[0]
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        # Disable the Button by default
+        self.side_mover.setEnabled(False)
+        layer = self.iface.activeLayer()
+
+        if layer != None:
+            #Only for vector layers.
+            if layer.type() == QgsMapLayer.VectorLayer:
+                # only for polygon layers
+                if layer.geometryType() == 2:
+                    # enable if editable
+                    self.side_mover.setEnabled(layer.isEditable())
+                    try:
+                        layer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+
+    def moveSide(self):
+        dist = 0.0
+        try:
+            dist = float(self.gui.targetDistance.text())
+        except:
+            pass
+
+        if (dist == 0.0):
+            QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Target Distance not valid."))
+            return
+
+        if self.p1 == None or self.p2 == None:
+            QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Polygon side not selected."))
+        else:
+            touch_p1_p2 = self.selected_feature.geometry().touches(QgsGeometry.fromPolyline([QgsPoint(self.p1), QgsPoint(self.p2)]))
+            if (not touch_p1_p2):
+                QtWidgets.QMessageBox.information(None, QtWidgets.QApplication.translate("digitizingtools", "Cancel"), QtWidgets.QApplication.translate("digitizingtools", "Selected segment should be on the selected polygon."))
+            else:
+                new_geom = createNewGeometry(self.selected_feature.geometry(), self.p1, self.p2, dist, self.multipolygon_detected)
+                fid = self.selected_feature.id()
+                layer = self.iface.activeLayer()
+                layer.beginEditCommand(QtWidgets.QApplication.translate("editcommand", "Move Side By Distance"))
+                layer.changeGeometry(fid,new_geom)
+                self.canvas.refresh()
+                layer.endEditCommand()
+
+
+def createNewGeometry(geom, p1, p2, new_distance, multipolygon):
+
+    pointList = []
+    if(multipolygon):
+        pointList = geom.asMultiPolygon()[0][0][0:-1]
+    else:
+        pointList = geom.asPolygon()[0][0:-1]
+    #Read input polygon geometry as a list of QgsPoints
+
+    #indices
+    ind = 0
+    ind_max = len(pointList)-1
+    p1_indx = -1
+    p2_indx = -1
+
+    #find p1 and p2 in the list
+    for tmp_point in pointList:
+        if (tmp_point == p1):
+            p1_indx = ind
+        elif (tmp_point == p2):
+            p2_indx = ind
+        ind += 1
+
+    (p3,p4)=getParallelLinePoints(p1,p2,new_distance)
+
+    pointList[p1_indx] = p3
+    pointList[p2_indx] = p4
+    new_geom = QgsGeometry.fromPolygonXY( [ pointList ] )
+
+    return new_geom
+
+def getParallelLinePoints(p1,  p2, dist):
+    """
+    This function is adopted/adapted from 'CadTools Plugin', Copyright (C) Stefan Ziegler
+    """
+    if dist == 0:
+        g = (p1, p2)
+        return g
+
+    dn = ( (p1.x()-p2.x())**2 + (p1.y()-p2.y())**2 )**0.5
+    x3 = p1.x() + dist*(p1.y()-p2.y()) / dn
+    y3 = p1.y() - dist*(p1.x()-p2.x()) / dn
+    p3 = QgsPointXY(x3,  y3)
+
+    x4 = p2.x() + dist*(p1.y()-p2.y()) / dn
+    y4 = p2.y() - dist*(p1.x()-p2.x()) / dn
+    p4 = QgsPointXY(x4,  y4)
+
+    g = (p3,p4)
+    return g

+ 45 - 0
python/plugins/DigitizingTools/tools/dtmovesidebydistance_dialog.py

@@ -0,0 +1,45 @@
+# -*- coding: utf-8 -*-
+"""
+dtmovesidebydistance_dialog
+```````````````````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-08-15
+* copyright            : (C) 2013 by Angelos Tzotsos
+* email                : tzotsos@gmail.com
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from qgis.PyQt import QtWidgets, QtCore, uic
+import os
+
+FORM_CLASS, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'ui_dtmovesidebydistance.ui'))
+
+class DtMoveSideByDistance_Dialog(QtWidgets.QDialog, FORM_CLASS):
+    unsetTool = QtCore.pyqtSignal()
+    moveSide = QtCore.pyqtSignal()
+
+    def __init__(self, parent, flags):
+        super().__init__(parent, flags)
+        self.setupUi(self)
+
+    def initGui(self):
+        pass
+
+    @QtCore.pyqtSlot()
+    def on_buttonClose_clicked(self):
+        self.unsetTool.emit()
+        self.close()
+
+    @QtCore.pyqtSlot()
+    def on_moveButton_clicked(self):
+        self.moveSide.emit()
+        pass

+ 194 - 0
python/plugins/DigitizingTools/tools/dtsplitfeature.py

@@ -0,0 +1,194 @@
+# -*- coding: utf-8 -*-
+"""
+dtsplitfeature
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2017-06-12
+* copyright          : (C) 2017 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import str
+from builtins import range
+from qgis.PyQt import QtCore, QtGui, QtWidgets
+from qgis.core import *
+from qgis.gui import *
+import dt_icons_rc
+from dttools import DtSingleEditTool, DtSplitFeatureTool
+import dtutils
+
+class DtSplitFeature(DtSingleEditTool):
+    '''Split feature'''
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/splitfeature.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Split Features"),
+            geometryTypes = [2, 3, 5, 6], crsWarning = False, dtName = "dtSplitFeature")
+
+        self.tool = DtSplitFeatureTool(self.iface)
+        self.tool.finishedDigitizing.connect(self.digitizingFinished)
+        self.reset()
+        self.enable()
+
+    def reset(self):
+        self.editLayer = None
+        self.feature = None
+        self.rubberBand = None
+
+    def digitizingFinished(self, splitGeom):
+        title = QtCore.QCoreApplication.translate("digitizingtools", "Split Features")
+        hlColor, hlFillColor, hlBuffer,  hlMinWidth = dtutils.dtGetHighlightSettings()
+        selIds = self.editLayer.selectedFeatureIds()
+        self.editLayer.removeSelection()
+
+        if self.editLayer.crs().srsid() != QgsProject.instance().crs().srsid():
+            splitGeom.transform(QgsCoordinateTransform(
+                QgsProject.instance().crs(), self.editLayer.crs(),
+                QgsProject.instance()
+            ))
+        splitterPList = dtutils.dtExtractPoints(splitGeom)
+        featuresToAdd = [] # store new features in this array
+        featuresToKeep = {} # store geoms that will stay with their id as key
+        featuresToSplit = {}
+        topoEditEnabled = QgsProject.instance().topologicalEditing()
+        topoTestPointsAll = [] # store all topoTestPoints for all parts
+
+        for aFeat in self.editLayer.getFeatures(QgsFeatureRequest(splitGeom.boundingBox())):
+            anId = aFeat.id()
+
+            # work either on selected or all features if no selection exists
+            if len(selIds) == 0 or selIds.count(anId) != 0:
+                aGeom = aFeat.geometry()
+
+                if splitGeom.intersects(aGeom):
+                    featuresToSplit[anId] = aFeat
+
+        if len(featuresToSplit) > 0:
+            self.editLayer.beginEditCommand(QtCore.QCoreApplication.translate("editcommand", "Features split"))
+
+        for anId, aFeat in list(featuresToSplit.items()):
+            aGeom = aFeat.geometry()
+            wasMultipart = aGeom.isMultipart() and len(aGeom.asGeometryCollection()) > 1
+            splitResult = []
+            geomsToSplit = []
+
+            if wasMultipart:
+                keepGeom = None
+
+                for aPart in aGeom.asGeometryCollection():
+                    if splitGeom.intersects(aPart):
+                        geomsToSplit.append(aPart)
+                    else:
+                        if keepGeom == None:
+                            keepGeom = aPart
+                        else:
+                            keepGeom = keepGeom.combine(aPart)
+            else:
+                geomsToSplit.append(aGeom)
+
+            for thisGeom in geomsToSplit:
+                try:
+                    result,  newGeometries,  topoTestPoints = thisGeom.splitGeometry(splitterPList,  topoEditEnabled)
+                except:
+                    self.iface.messageBar().pushCritical(title,
+                        dtutils.dtGetErrorMessage() + QtCore.QCoreApplication.translate(
+                            "digitizingtools", "splitting of feature") + " " + str(aFeat.id()))
+                    return None
+
+                topoTestPointsAll.append(topoTestPoints)
+
+                if result == 0: # success
+                    if len(newGeometries) > 0:
+                        splitResult = newGeometries
+
+                        if wasMultipart:
+                            splitResult.append(thisGeom)
+
+                if wasMultipart and len(splitResult) > 1:
+                    takeThisOne = -1
+
+                    while takeThisOne == -1:
+                        for i in range(len(splitResult)):
+                            aNewGeom = splitResult[i]
+                            hl = QgsHighlight(self.iface.mapCanvas(), aNewGeom, self.editLayer)
+                            hl.setColor(hlColor)
+                            hl.setFillColor(hlFillColor)
+                            hl.setBuffer(hlBuffer)
+                            hl.setWidth(hlMinWidth)
+                            hl.show()
+                            answer = QtWidgets.QMessageBox.question(
+                                None, QtCore.QCoreApplication.translate("digitizingtools", "Split Multipart Feature"),
+                                QtCore.QCoreApplication.translate("digitizingtools", "Create new feature from this part?"),
+                                QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No | QtWidgets.QMessageBox.Cancel | QtWidgets.QMessageBox.NoToAll)
+                            hl.hide()
+                            hl = None
+                            if answer == QtWidgets.QMessageBox.Yes:
+                                takeThisOne = i
+                                break
+                            elif answer == QtWidgets.QMessageBox.NoToAll:
+                                keepGeom = aGeom
+                                newGeoms = []
+                                takeThisOne = -2
+                                break
+                            elif answer == QtWidgets.QMessageBox.Cancel:
+                                self.editLayer.destroyEditCommand()
+                                return None
+
+                    if takeThisOne == -2:
+                        break
+                    elif takeThisOne >= 0:
+                        newGeoms = [splitResult.pop(takeThisOne)]
+
+                        if len(splitResult) > 0: #should be
+                            for aNewGeom in splitResult:
+                                if keepGeom == None:
+                                    keepGeom = aNewGeom
+                                else:
+                                    keepGeom = keepGeom.combine(aNewGeom)
+                else: # singlePart
+                    keepGeom = thisGeom
+                    newGeoms = newGeometries
+
+                newFeatures = dtutils.dtMakeFeaturesFromGeometries(self.editLayer,  aFeat,  newGeoms)
+                featuresToAdd = featuresToAdd + newFeatures
+
+            aFeat.setGeometry(keepGeom)
+            featuresToKeep[anId] = aFeat
+
+        for anId,  aFeat in list(featuresToKeep.items()):
+            aGeom = aFeat.geometry()
+            self.editLayer.updateFeature(aFeat)
+
+        if len(featuresToAdd) > 0:
+            if self.editLayer.addFeatures(featuresToAdd):
+
+                for topoTestPoint in topoTestPointsAll:
+                    for pt in topoTestPoint:
+                        self.editLayer.addTopologicalPoints(pt)
+
+                self.editLayer.endEditCommand()
+            else:
+                self.editLayer.destroyEditCommand()
+        else:
+            self.editLayer.destroyEditCommand()
+
+        if hasattr(self.editLayer, "selectByIds"): # since QGIS 2.16
+            self.editLayer.selectByIds(selIds)
+        else:
+            self.editLayer.setSelectedFeatures(selIds)
+
+    def process(self):
+        self.canvas.setMapTool(self.tool)
+        self.act.setChecked(True)
+        self.editLayer = self.iface.activeLayer()
+
+

+ 73 - 0
python/plugins/DigitizingTools/tools/dtsplitmultipart.py

@@ -0,0 +1,73 @@
+# -*- coding: utf-8 -*-
+"""
+/***************************************************************************
+ DigitizingTools
+ A QGIS plugin
+ Subsumes different tools useful during digitizing sessions
+ Tool: SplitMultipart features into single part
+ integrated into DigitizingTools by Bernhard Ströbl
+                             -------------------
+        begin                : 2013-01-17
+        copyright            : (C) 2013 by Alexandre Neto
+        email                : senhor.neto@gmail.com
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+"""
+from qgis.PyQt import QtCore,  QtGui
+from qgis.core import *
+import dtutils
+import dt_icons_rc
+from dttools import DtDualToolSelectFeature
+
+class DtSplitMultiPartTool(DtDualToolSelectFeature):
+    def __init__(self, iface,  toolBar):
+        super().__init__(iface,  toolBar,
+            QtGui.QIcon(":/MultiToSingle.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Split multi-part feature to single part (interactive mode)"),
+            QtGui.QIcon(":/MultiToSingleBatch.png"),
+            QtCore.QCoreApplication.translate("digitizingtools", "Split selected multi-part features to single part"),
+            geometryTypes = [1, 2, 3, 4, 5, 6], dtName = "dtSplitMultiPart")
+
+    def process(self):
+        layer = self.iface.mapCanvas().currentLayer()
+        newFeatures = []
+
+        if layer.selectedFeatureCount() == 1:
+            editCommand = QtCore.QCoreApplication.translate("editcommand", "Split feature")
+        elif layer.selectedFeatureCount() > 1:
+            editCommand = QtCore.QCoreApplication.translate("editcommand", "Split features")
+
+        for feature in layer.selectedFeatures():
+            geom = QgsGeometry(feature.geometry())
+
+            if not geom.isGeosValid():
+                thisWarning = dtutils.dtGetInvalidGeomWarning(layer)
+                dtutils.dtShowWarning(self.iface, thisWarning)
+                continue
+
+            # if feature geometry is multipart starts split processing
+            if geom.isMultipart():
+                if len(newFeatures) == 0:
+                    layer.beginEditCommand(editCommand)
+
+                # Get parts from original feature
+                parts = geom.asGeometryCollection ()
+                # update feature geometry to hold first part single geometry
+                # (this way one of the output feature keeps the original Id)
+                feature.setGeometry(parts.pop(0))
+                layer.updateFeature(feature)
+                # create new features from parts and add them to the list of newFeatures
+                newFeatures = newFeatures + dtutils.dtMakeFeaturesFromGeometries(layer,  feature,  parts)
+
+        # add new features to layer
+        if len(newFeatures) > 0:
+            layer.addFeatures(newFeatures)
+            layer.endEditCommand()

+ 1274 - 0
python/plugins/DigitizingTools/tools/dttools.py

@@ -0,0 +1,1274 @@
+# -*- coding: utf-8 -*-
+"""
+dttools
+`````````````
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions
+
+* begin                : 2013-02-25
+* copyright          : (C) 2013 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import range
+from builtins import object
+from qgis.PyQt import QtGui,  QtCore, QtWidgets
+from qgis.core import *
+from qgis.gui import *
+import dtutils
+
+class DtTool(object):
+    '''Abstract class; parent for any Dt tool or button'''
+    def __init__(self,  iface,  geometryTypes, **kw):
+        self.iface = iface
+        self.canvas = self.iface.mapCanvas()
+
+        #custom cursor
+        self.cursor = QtGui.QCursor(QtGui.QPixmap(["16 16 3 1",
+                                        "      c None",
+                                        ".     c #FF0000",
+                                        "+     c #FFFFFF",
+                                        "                ",
+                                        "       +.+      ",
+                                        "      ++.++     ",
+                                        "     +.....+    ",
+                                        "    +.     .+   ",
+                                        "   +.   .   .+  ",
+                                        "  +.    .    .+ ",
+                                        " ++.    .    .++",
+                                        " ... ...+... ...",
+                                        " ++.    .    .++",
+                                        "  +.    .    .+ ",
+                                        "   +.   .   .+  ",
+                                        "   ++.     .+   ",
+                                        "    ++.....+    ",
+                                        "      ++.++     ",
+                                        "       +.+      "]))
+
+        self.geometryTypes = []
+        self.shapeFileGeometryTypes = []
+
+        # ESRI shapefile does not distinguish between single and multi geometries
+        # source of wkbType numbers: http://gdal.org/java/constant-values.html
+        for aGeomType in geometryTypes:
+            if aGeomType == 1: # wkbPoint
+                self.geometryTypes.append(1)
+                self.shapeFileGeometryTypes.append(4)
+                self.geometryTypes.append(-2147483647) #wkbPoint25D
+                self.shapeFileGeometryTypes.append(-2147483647)
+            elif aGeomType == 2: # wkbLineString
+                self.geometryTypes.append(2)
+                self.shapeFileGeometryTypes.append(5)
+                self.geometryTypes.append(-2147483646) #wkbLineString25D
+                self.shapeFileGeometryTypes.append(-2147483646)
+            elif aGeomType == 3: # wkbPolygon
+                self.geometryTypes.append(3)
+                self.shapeFileGeometryTypes.append(6)
+                self.geometryTypes.append(-2147483645) #wkbPolygon25D
+                self.shapeFileGeometryTypes.append(-2147483645)
+            elif aGeomType == 4: # wkbMultiPoint
+                self.geometryTypes.append(4)
+                self.shapeFileGeometryTypes.append(1) # wkbPoint
+                self.geometryTypes.append(-2147483644) #wkbMultiPoint25D
+                self.shapeFileGeometryTypes.append(-2147483647) #wkbPoint25D
+            elif aGeomType == 5: # wkbMultiLineString
+                self.geometryTypes.append(5)
+                self.shapeFileGeometryTypes.append(2) # wkbLineString
+                self.geometryTypes.append(-2147483643) #wkbMultiLineString25D
+                self.shapeFileGeometryTypes.append(-2147483646) #wkbLineString25D
+            elif aGeomType == 6: # wkbMultiPolygon
+                self.geometryTypes.append(6)
+                self.shapeFileGeometryTypes.append(6) # wkbPolygon
+                self.geometryTypes.append(-2147483642) #wkbMultiPolygon25D
+                self.shapeFileGeometryTypes.append(-2147483645) #wkbPolygon25D
+
+    def allowedGeometry(self,  layer):
+        '''check if this layer's geometry type is within the list of allowed types'''
+        if layer.dataProvider().storageType() == u'ESRI Shapefile': # does not distinguish between single and multi
+            result = self.shapeFileGeometryTypes.count(layer.wkbType()) >= 1
+        else:
+            result = self.geometryTypes.count(layer.wkbType()) == 1
+
+        return result
+
+    def geometryTypeMatchesLayer(self, layer, geom):
+        '''check if the passed geom's geometry type matches the layer's type'''
+        match = layer.wkbType() == geom.wkbType()
+
+        if not match:
+            if layer.dataProvider().storageType() == u'ESRI Shapefile':
+                # does not distinguish between single and multi
+                match = (layer.wkbType() == 1 and geom.wkbType() == 4) or \
+                    (layer.wkbType() == 2 and geom.wkbType() == 5) or \
+                    (layer.wkbType() == 3 and geom.wkbType() == 6) or \
+                    (layer.wkbType() == 4 and geom.wkbType() == 1) or \
+                    (layer.wkbType() == 5 and geom.wkbType() == 2) or \
+                    (layer.wkbType() == 6 and geom.wkbType() == 3)
+            else:
+                # are we trying a single into a multi layer?
+                match = (layer.wkbType() == 4 and geom.wkbType() == 1) or \
+                    (layer.wkbType() == 5 and geom.wkbType() == 2) or \
+                    (layer.wkbType() == 6 and geom.wkbType() == 3)
+
+        return match
+
+    def isPolygonLayer(self, layer):
+        ''' check if this layer is a polygon layer'''
+        polygonTypes = [3, 6, -2147483645, -2147483642]
+        result = layer.wkbType() in polygonTypes
+
+        return result
+
+    def debug(self, str):
+        title = "DigitizingTools Debugger"
+        QgsMessageLog.logMessage(title + "\n" + str)
+
+class DtSingleButton(DtTool):
+    '''Abstract class for a single button
+    icon [QtGui.QIcon]
+    tooltip [str]
+    geometryTypes [array:integer] 0=point, 1=line, 2=polygon'''
+
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  geometryTypes = [1, 2, 3],  dtName = None):
+        super().__init__(iface,  geometryTypes)
+
+        self.act = QtWidgets.QAction(icon, tooltip, self.iface.mainWindow())
+        self.act.triggered.connect(self.process)
+
+        if dtName != None:
+            self.act.setObjectName(dtName)
+
+        self.iface.currentLayerChanged.connect(self.enable)
+        toolBar.addAction(self.act)
+        self.geometryTypes = geometryTypes
+
+    def process(self):
+        raise NotImplementedError("Should have implemented process")
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        # Disable the Button by default
+        self.act.setEnabled(False)
+        layer = self.iface.activeLayer()
+
+        if layer != None:
+            #Only for vector layers.
+            if layer.type() == QgsMapLayer.VectorLayer:
+                if self.allowedGeometry(layer):
+                    self.act.setEnabled(layer.isEditable())
+                    try:
+                        layer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+
+class DtSingleTool(DtSingleButton):
+    '''Abstract class for a tool'''
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  geometryTypes = [0, 1, 2],  crsWarning = True,  dtName = None):
+        super().__init__(iface,  toolBar,  icon,  tooltip,  geometryTypes,  dtName)
+        self.tool = None
+        self.act.setCheckable(True)
+        self.canvas.mapToolSet.connect(self.toolChanged)
+
+    def toolChanged(self,  thisTool):
+        if thisTool != self.tool:
+            self.deactivate()
+
+    def deactivate(self):
+        if self.tool != None:
+            self.tool.reset()
+
+        self.reset()
+        self.act.setChecked(False)
+
+    def reset(self):
+        pass
+
+class DtSingleEditTool(DtSingleTool):
+    '''Abstract class for a tool for interactive editing'''
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  geometryTypes = [0, 1, 2],  crsWarning = True,  dtName = None):
+        super().__init__(iface,  toolBar,  icon,  tooltip,  geometryTypes,  dtName)
+        self.crsWarning = crsWarning
+        self.editLayer = None
+
+    def reset(self):
+        self.editLayer = None
+
+    def enable(self):
+        '''Enables/disables the corresponding button.'''
+        # Disable the Button by default
+        doEnable = False
+        layer = self.iface.activeLayer()
+
+        if layer != None:
+            if layer.type() == 0: #Only for vector layers.
+                if self.allowedGeometry(layer):
+                    doEnable = layer.isEditable()
+                    try:
+                        layer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+
+        if self.editLayer != None: # we have a current edit session, activeLayer may have changed or editing status of self.editLayer
+            if self.editLayer != layer:
+                try:
+                    self.editLayer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                except:
+                    pass
+                try:
+                    self.editLayer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                except:
+                    pass
+
+                self.tool.reset()
+                self.reset()
+
+        if not doEnable:
+            self.deactivate()
+
+        if doEnable and self.crsWarning:
+            layerCRSSrsid = layer.crs().srsid()
+            mapSet = self.canvas.mapSettings()
+            projectCRSSrsid = mapSet.destinationCrs().srsid()
+
+            if layerCRSSrsid != projectCRSSrsid:
+                self.iface.messageBar().pushWarning("DigitizingTools",  self.act.toolTip() + " " +
+                    QtWidgets.QApplication.translate("DigitizingTools",
+                    "is disabled because layer CRS and project CRS do not match!"))
+                doEnable = False
+
+        self.act.setEnabled(doEnable)
+
+class DtDualTool(DtTool):
+    '''Abstract class for a tool with interactive and batch mode
+    icon [QtGui.QIcon] for interactive mode
+    tooltip [str] for interactive mode
+    iconBatch [QtGui.QIcon] for batch mode
+    tooltipBatch [str] for batch mode
+    geometryTypes [array:integer] 0=point, 1=line, 2=polygon'''
+
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes = [1, 2, 3],  dtName = None):
+        super().__init__(iface,  geometryTypes)
+
+        self.iface.currentLayerChanged.connect(self.enable)
+        self.canvas.mapToolSet.connect(self.toolChanged)
+        #create button
+        self.button = QtWidgets.QToolButton(toolBar)
+        self.button.clicked.connect(self.runSlot)
+        self.button.toggled.connect(self.hasBeenToggled)
+        #create menu
+        self.menu = QtWidgets.QMenu(toolBar)
+
+        if dtName != None:
+            self.menu.setObjectName(dtName)
+
+        self.menu.triggered.connect(self.menuTriggered)
+        self.button.setMenu(self.menu)
+        self.button.setPopupMode(QtWidgets.QToolButton.MenuButtonPopup)
+        # create actions
+        self.act = QtWidgets.QAction(icon, tooltip,  self.iface.mainWindow())
+
+        if dtName != None:
+            self.act.setObjectName(dtName + "Action")
+
+        self.act.setToolTip(tooltip)
+        self.act_batch = QtWidgets.QAction(iconBatch, tooltipBatch,  self.iface.mainWindow())
+
+        if dtName != None:
+            self.act_batch.setObjectName(dtName + "BatchAction")
+
+        self.act_batch.setToolTip(tooltipBatch)
+        self.menu.addAction(self.act)
+        self.menu.addAction(self.act_batch)
+        # set the interactive action as default action, user needs to click the button to activate it
+        self.button.setIcon(self.act.icon())
+        self.button.setToolTip(self.act.toolTip())
+        self.button.setCheckable(True)
+        self.batchMode = False
+        # add button to toolBar
+        toolBar.addWidget(self.button)
+        self.geometryTypes = geometryTypes
+        # run the enable slot
+        self.enable()
+
+    def menuTriggered(self,  thisAction):
+        if thisAction == self.act:
+            self.batchMode = False
+            self.button.setCheckable(True)
+            if not self.button.isChecked():
+                self.button.toggle()
+        else:
+            self.batchMode = True
+            if self.button.isCheckable():
+                if self.button.isChecked():
+                    self.button.toggle()
+                self.button.setCheckable(False)
+
+            self.runSlot(False)
+
+        self.button.setIcon(thisAction.icon())
+        self.button.setToolTip(thisAction.toolTip())
+
+    def toolChanged(self,  thisTool):
+        if thisTool != self.tool:
+            self.deactivate()
+
+    def hasBeenToggled(self,  isChecked):
+        raise NotImplementedError("Should have implemented hasBeenToggled")
+
+    def deactivate(self):
+        if self.button != None:
+            if self.button.isChecked():
+                self.button.toggle()
+
+    def runSlot(self,  isChecked):
+        if self.batchMode:
+            layer = self.iface.activeLayer()
+
+            if layer.selectedFeatureCount() > 0:
+                self.process()
+        else:
+            if not isChecked:
+                self.button.toggle()
+
+    def process(self):
+        raise NotImplementedError("Should have implemented process")
+
+    def enable(self):
+       # Disable the Button by default
+        self.button.setEnabled(False)
+        layer = self.iface.activeLayer()
+
+        if layer != None:
+            #Only for vector layers.
+            if layer.type() == QgsMapLayer.VectorLayer:
+
+                # only for certain layers
+                if self.allowedGeometry(layer):
+                    if not layer.isEditable():
+                        self.deactivate()
+
+                    self.button.setEnabled(layer.isEditable())
+
+                    try:
+                        layer.editingStarted.disconnect(self.enable) # disconnect, will be reconnected
+                    except:
+                        pass
+                    try:
+                        layer.editingStopped.disconnect(self.enable) # when it becomes active layer again
+                    except:
+                        pass
+                    layer.editingStarted.connect(self.enable)
+                    layer.editingStopped.connect(self.enable)
+                else:
+                    self.deactivate()
+
+class DtDualToolSelectFeature(DtDualTool):
+    '''Abstract class for a DtDualToo which uses the DtSelectFeatureTool for interactive mode'''
+
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes = [1, 2, 3],  dtName = None):
+        super().__init__(iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes,  dtName)
+        self.tool = DtSelectFeatureTool(iface)
+
+    def featureSelectedSlot(self,  fids):
+        if len(fids) >0:
+            self.process()
+
+    def hasBeenToggled(self,  isChecked):
+        try:
+            self.tool.featureSelected.disconnect(self.featureSelectedSlot)
+            # disconnect if it was already connected, so slot gets called only once!
+        except:
+            pass
+
+        if isChecked:
+            self.canvas.setMapTool(self.tool)
+            self.tool.featureSelected.connect(self.featureSelectedSlot)
+        else:
+            self.canvas.unsetMapTool(self.tool)
+
+class DtDualToolSelectPolygon(DtDualToolSelectFeature):
+    '''Abstract class for a DtDualToo which uses the DtSelectFeatureTool for interactive mode'''
+
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes = [3, 6],  dtName = None):
+        super().__init__(iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes,  dtName)
+        self.tool = DtSelectPolygonTool(iface)
+
+class DtDualToolSelectVertex(DtDualTool):
+    '''Abstract class for a DtDualTool which uses the DtSelectVertexTool for interactive mode
+    numVertices [integer] nnumber of vertices to be snapped until vertexFound signal is emitted'''
+
+    def __init__(self, iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes = [1, 2, 3],  numVertices = 1,  dtName = None):
+        super().__init__(iface,  toolBar,  icon,  tooltip,  iconBatch,  tooltipBatch,  geometryTypes,  dtName)
+        self.tool = DtSelectVertexTool(self.iface, numVertices)
+
+    def hasBeenToggled(self,  isChecked):
+        try:
+            self.tool.vertexFound.disconnect(self.vertexSnapped)
+            # disconnect if it was already connected, so slot gets called only once!
+        except:
+            pass
+
+        if isChecked:
+            self.canvas.setMapTool(self.tool)
+            self.tool.vertexFound.connect(self.vertexSnapped)
+        else:
+            self.canvas.unsetMapTool(self.tool)
+
+    def vertexSnapped(self,  snapResult):
+        raise NotImplementedError("Should have implemented vertexSnapped")
+
+class DtDualToolSelectRing(DtDualTool):
+    '''
+    Abstract class for a DtDualTool which uses the DtSelectRingTool for interactive mode
+    '''
+
+    def __init__(self, iface, toolBar, icon, tooltip, iconBatch,
+        tooltipBatch, geometryTypes = [1, 2, 3], dtName = None):
+        super().__init__(iface, toolBar, icon, tooltip,
+            iconBatch, tooltipBatch, geometryTypes, dtName)
+        self.tool = DtSelectRingTool(self.iface)
+
+    def hasBeenToggled(self,  isChecked):
+        try:
+            self.tool.ringSelected.disconnect(self.ringFound)
+            # disconnect if it was already connected, so slot gets called only once!
+        except:
+            pass
+
+        if isChecked:
+            self.canvas.setMapTool(self.tool)
+            self.tool.ringSelected.connect(self.ringFound)
+        else:
+            self.canvas.unsetMapTool(self.tool)
+
+    def ringFound(self, selectRingResult):
+        raise NotImplementedError("Should have implemented ringFound")
+
+class DtDualToolSelectGap(DtDualTool):
+    '''
+    Abstract class for a DtDualTool which uses the DtSelectGapTool for interactive mode
+    '''
+
+    def __init__(self, iface, toolBar, icon, tooltip, iconBatch,
+            tooltipBatch, geometryTypes = [1, 2, 3], dtName = None,
+            allLayers = False):
+        super().__init__(iface, toolBar, icon, tooltip,
+            iconBatch, tooltipBatch, geometryTypes, dtName)
+        self.tool = DtSelectGapTool(self.iface, allLayers)
+
+    def hasBeenToggled(self, isChecked):
+        try:
+            self.tool.gapSelected.disconnect(self.gapFound)
+            # disconnect if it was already connected, so slot gets called only once!
+        except:
+            pass
+
+        if isChecked:
+            self.canvas.setMapTool(self.tool)
+            self.tool.gapSelected.connect(self.gapFound)
+        else:
+            self.canvas.unsetMapTool(self.tool)
+
+    def gapFound(self, selectGapResult):
+        raise NotImplementedError("Should have implemented gapFound")
+
+class DtMapToolEdit(QgsMapToolEdit, DtTool):
+    '''abstract subclass of QgsMapToolEdit'''
+    def __init__(self, iface, **kw):
+        super().__init__(canvas = iface.mapCanvas(), iface = iface,  geometryTypes = [])
+
+    def activate(self):
+        self.canvas.setCursor(self.cursor)
+
+    def deactivate(self):
+        self.reset()
+
+    def reset(self,  emitSignal = False):
+        pass
+
+    def transformed(self, thisLayer, thisQgsPoint):
+        layerCRSSrsid = thisLayer.crs().srsid()
+        projectCRSSrsid = QgsProject.instance().crs().srsid()
+
+        if layerCRSSrsid != projectCRSSrsid:
+            transQgsPoint = QgsGeometry.fromPointXY(thisQgsPoint)
+            transQgsPoint.transform(QgsCoordinateTransform(
+                QgsProject.instance().crs(), thisLayer.crs(),
+                QgsProject.instance()))
+            return transQgsPoint.asPoint()
+        else:
+            return thisQgsPoint
+
+class DtSelectFeatureTool(DtMapToolEdit):
+    featureSelected = QtCore.pyqtSignal(list)
+
+    def __init__(self, iface):
+        super().__init__(iface)
+        self.currentHighlight = [None, None] # feature, highlightGraphic
+        self.ignoreFids = [] # featureids that schould be ignored when looking for a feature
+
+    def highlightFeature(self,  layer,  feature):
+        '''highlight the feature if it has a geometry'''
+        geomType = layer.geometryType()
+        returnGeom = None
+
+        if geomType <= 2:
+            if geomType == 0:
+                marker = QgsVertexMarker(self.iface.mapCanvas())
+                marker.setIconType(3) # ICON_BOX
+                marker.setColor(self.rubberBandColor)
+                marker.setIconSize(12)
+                marker.setPenWidth (3)
+                marker.setCenter(feature.geometry().centroid().asPoint())
+                returnGeom = marker
+            else:
+                settings = QtCore.QSettings()
+                settings.beginGroup("Qgis/digitizing")
+                a = settings.value("line_color_alpha",200,type=int)
+                b = settings.value("line_color_blue",0,type=int)
+                g = settings.value("line_color_green",0,type=int)
+                r = settings.value("line_color_red",255,type=int)
+                lw = settings.value("line_width",1,type=int)
+                settings.endGroup()
+                rubberBandColor = QtGui.QColor(r, g, b, a)
+                rubberBandWidth = lw
+                rubberBand = QgsRubberBand(self.iface.mapCanvas())
+                rubberBand.setColor(rubberBandColor)
+                rubberBand.setWidth(rubberBandWidth)
+                rubberBand.setToGeometry(feature.geometry(),  layer)
+                returnGeom = rubberBand
+
+            self.currentHighlight = [feature, returnGeom]
+            return returnGeom
+        else:
+            return None
+
+    def removeHighlight(self):
+        highlightGeom = self.currentHighlight[1]
+
+        if highlightGeom != None:
+            self.iface.mapCanvas().scene().removeItem(highlightGeom)
+
+        self.currentHighlight = [None, None]
+
+    def highlightNext(self, layer, startingPoint):
+        if self.currentHighlight != [None, None]:
+            self.ignoreFids.append(self.currentHighlight[0].id())
+
+        # will return the first feature, if there is only one will return this feature
+        found = self.getFeatureForPoint(layer, startingPoint)
+
+        if len(found) == 0:
+            self.removeHighlight()
+            return 0
+        else:
+            aFeat = found[0]
+            numFeatures = found[1]
+
+            if self.currentHighlight != [None, None]:
+                if aFeat.id() != self.currentHighlight[0].id():
+                    self.removeHighlight()
+                    self.highlightFeature(layer, found[0])
+            else:
+                self.highlightFeature(layer, found[0])
+
+            return numFeatures
+
+    def getFeatureForPoint(self, layer, startingPoint, inRing = False):
+        '''
+        return the feature this QPoint is in (polygon layer)
+        or this QPoint snaps to (point or line layer)
+        '''
+        result = []
+
+        if self.isPolygonLayer(layer):
+            mapToPixel = self.canvas.getCoordinateTransform()
+            #thisQgsPoint = mapToPixel.toMapCoordinates(startingPoint)
+            thisQgsPoint = self.transformed(layer, mapToPixel.toMapCoordinates(startingPoint))
+            spatialIndex = dtutils.dtSpatialindex(layer)
+            featureIds = spatialIndex.nearestNeighbor(thisQgsPoint, 0)
+            # if we use 0 as neighborCount then only features that contain the point
+            # are included
+
+            for fid in featureIds:
+                feat = dtutils.dtGetFeatureForId(layer, fid)
+
+                if feat != None:
+                    geom = QgsGeometry(feat.geometry())
+
+                    if geom.contains(thisQgsPoint):
+                        result.append(feat)
+                        result.append([])
+                        return result
+                        break
+                    else:
+                        if inRing:
+                            rings = dtutils.dtExtractRings(geom)
+
+                            if len(rings) > 0:
+                                for aRing in rings:
+                                    if aRing.contains(thisQgsPoint):
+                                        result.append(feat)
+                                        result.append([])
+                                        result.append(aRing)
+                                        return result
+                                        break
+        else:
+            #we need a snapper, so we use the MapCanvas snapper
+            snapper = self.canvas.snappingUtils()
+            snapper.setCurrentLayer(layer)
+            # snapType = 0: no snap, 1 = vertex, 2 vertex & segment, 3 = segment
+            snapMatch = snapper.snapToCurrentLayer(startingPoint, QgsPointLocator.All)
+
+            if not snapMatch.isValid():
+                dtutils.showSnapSettingsWarning(self.iface)
+            else:
+                feat = dtutils.dtGetFeatureForId(layer, snapMatch.featureId())
+
+                if feat != None:
+                    result.append(feat)
+
+                    if snapMatch.hasVertex():
+                        result.append([snapMatch.point(), None])
+
+                    if snapMatch.hasEdge():
+                        result.append(snapMatch.edgePoints())
+
+                    return result
+
+        return result
+
+    def canvasReleaseEvent(self,event):
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        layer = self.canvas.currentLayer()
+
+        if layer != None:
+            #the clicked point is our starting point
+            startingPoint = QtCore.QPoint(x,y)
+            found = self.getFeatureForPoint(layer, startingPoint)
+
+            if len(found) > 0:
+                feat = found[0]
+                layer.removeSelection()
+                layer.select(feat.id())
+                self.featureSelected.emit([feat.id()])
+
+class DtSelectPolygonTool(DtSelectFeatureTool):
+    def __init__(self, iface):
+        super().__init__(iface)
+
+    def getFeatureForPoint(self, layer, startingPoint):
+        '''
+        return the feature this QPoint is in and the total amount of features
+        '''
+        result = []
+        mapToPixel = self.canvas.getCoordinateTransform()
+        #thisQgsPoint = mapToPixel.toMapCoordinates(startingPoint)
+        thisQgsPoint = self.transformed(layer, mapToPixel.toMapCoordinates(startingPoint))
+        spatialIndex = dtutils.dtSpatialindex(layer)
+        featureIds = spatialIndex.nearestNeighbor(thisQgsPoint, 0)
+        # if we use 0 as neighborCount then only features that contain the point
+        # are included
+        foundFeatures = []
+
+        while True:
+            for fid in featureIds:
+                if self.ignoreFids.count(fid) == 0:
+                    feat = dtutils.dtGetFeatureForId(layer, fid)
+
+                    if feat != None:
+                        geom = QgsGeometry(feat.geometry())
+
+                        if geom.contains(thisQgsPoint):
+                            foundFeatures.append(feat)
+
+            if len(foundFeatures) == 0:
+                if len(self.ignoreFids) == 0: #there is no feaure at this point
+                    break #while
+                else:
+                    self.ignoreFids.pop(0) # remove first and try again
+            elif len(foundFeatures) > 0: # return first feature
+                feat = foundFeatures[0]
+                result.append(feat)
+                result.append(len(featureIds))
+                break #while
+
+        return result
+
+
+
+    def canvasReleaseEvent(self,event):
+        '''
+        - if user clicks left and no feature is highlighted, highlight first feature
+        - if user clicks left and there is a highlighted feature use this feature as selected
+        - if user clicks right, highlight another feature
+        '''
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        layer = self.canvas.currentLayer()
+
+        if layer != None:
+            startingPoint = QtCore.QPoint(x,y)
+            #the clicked point is our starting point
+
+            if event.button() == QtCore.Qt.RightButton: # choose another feature
+                self.highlightNext(layer, startingPoint)
+            elif event.button() == QtCore.Qt.LeftButton:
+                if self.currentHighlight == [None, None]: # first click
+                    numFeatures = self.highlightNext(layer, startingPoint)
+                else: # user accepts highlighted geometry
+                    mapToPixel = self.canvas.getCoordinateTransform()
+                    thisQgsPoint = self.transformed(layer, mapToPixel.toMapCoordinates(startingPoint))
+                    feat = self.currentHighlight[0]
+
+                    if feat.geometry().contains(thisQgsPoint): # is point in highlighted feature?
+                        numFeatures = 1
+                    else: # mabe user clicked somewhere else
+                        numFeatures = self.highlightNext(layer, startingPoint)
+
+                if numFeatures == 1:
+                    feat = self.currentHighlight[0]
+                    self.removeHighlight()
+                    layer.removeSelection()
+                    layer.select(feat.id())
+                    self.featureSelected.emit([feat.id()])
+
+    def reset(self):
+        self.removeHighlight()
+
+class DtSelectRingTool(DtSelectFeatureTool):
+    '''
+    a map tool to select a ring in a polygon
+    '''
+    ringSelected = QtCore.pyqtSignal(list)
+
+    def __init__(self, iface):
+        super().__init__(iface)
+
+    def canvasReleaseEvent(self,event):
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        layer = self.canvas.currentLayer()
+
+        if layer != None:
+            #the clicked point is our starting point
+            startingPoint = QtCore.QPoint(x,y)
+            found = self.getFeatureForPoint(layer, startingPoint, inRing = True)
+
+            if len(found) == 3:
+                aRing = found[2]
+                self.ringSelected.emit([aRing])
+
+    def reset(self, emitSignal = False):
+        pass
+
+class DtSelectGapTool(DtMapToolEdit):
+    '''
+    a map tool to select a gap between polygons, if allLayers
+    is True then the gap is searched between polygons of
+    all currently visible polygon layers
+    '''
+    gapSelected = QtCore.pyqtSignal(list)
+
+    def __init__(self, iface, allLayers):
+        super().__init__(iface)
+        self.allLayers = allLayers
+
+    def canvasReleaseEvent(self,event):
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        layer = self.canvas.currentLayer()
+        visibleLayers = []
+
+        if self.allLayers:
+            for aLayer in self.iface.layerTreeCanvasBridge().rootGroup().checkedLayers():
+                if 0 == aLayer.type():
+                    if self.isPolygonLayer(aLayer):
+                        visibleLayers.append(aLayer)
+        else:
+            if layer != None:
+                visibleLayers.append(layer)
+
+        if len(visibleLayers) > 0:
+            #the clicked point is our starting point
+            startingPoint = QtCore.QPoint(x,y)
+            mapToPixel = self.canvas.getCoordinateTransform()
+            thisQgsPoint = self.transformed(layer, mapToPixel.toMapCoordinates(startingPoint))
+            multiGeom = None
+
+            for aLayer in visibleLayers:
+                if not self.allLayers and aLayer.selectedFeatureCount() > 0:
+                    #we assume, that the gap is between the selected polyons
+                    hadSelection = True
+                else:
+                    hadSelection = False
+                    spatialIndex = dtutils.dtSpatialindex(aLayer)
+                    # get the 100 closest Features
+                    featureIds = spatialIndex.nearestNeighbor(thisQgsPoint, 100)
+                    aLayer.select(featureIds)
+
+                multiGeom = dtutils.dtCombineSelectedPolygons(aLayer, self.iface, multiGeom)
+
+                if self.allLayers or not hadSelection:
+                    aLayer.removeSelection()
+
+                if multiGeom == None:
+                    return None
+
+            if multiGeom != None:
+                rings = dtutils.dtExtractRings(multiGeom)
+
+                if len(rings) > 0:
+                    for aRing in rings:
+                        if aRing.contains(thisQgsPoint):
+                            self.gapSelected.emit([aRing])
+                            break
+
+    def reset(self, emitSignal = False):
+        pass
+
+class DtSelectPartTool(DtSelectFeatureTool):
+    '''signal sends featureId of clickedd feature, number of part selected and geometry of part'''
+    partSelected = QtCore.pyqtSignal(list)
+
+    def __init__(self, iface):
+        super().__init__(iface)
+
+    def canvasReleaseEvent(self,event):
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        layer = self.canvas.currentLayer()
+
+        if layer != None:
+            #the clicked point is our starting point
+            startingPoint = QtCore.QPoint(x,y)
+            found = self.getFeatureForPoint(layer, startingPoint)
+
+            if len(found) > 0:
+                feat = found[0]
+                snappedPoints = found[1]
+
+                if len(snappedPoints) > 0:
+                    snappedVertex = snappedPoints[0]
+                else:
+                    snappedVertex = None
+
+                geom = QgsGeometry(feat.geometry())
+
+                # if feature geometry is multipart start split processing
+                if geom.isMultipart():
+                    # Get parts from original feature
+                    parts = geom.asGeometryCollection()
+                    mapToPixel = self.canvas.getCoordinateTransform()
+                    thisQgsPoint = mapToPixel.toMapCoordinates(startingPoint)
+
+                    for i in range(len(parts)):
+                        # find the part that was snapped
+                        aPart = parts[i]
+
+                        if self.isPolygonLayer(layer):
+                            if aPart.contains(thisQgsPoint):
+                                self.partSelected.emit([feat.id(), i, aPart])
+                                break
+                        else:
+                            points = dtutils.dtExtractPoints(aPart)
+
+                            for j in range(len(points)):
+                                aPoint = points[j]
+
+                                if snappedVertex != None:
+                                    if aPoint.x() == snappedVertex.x() and \
+                                            aPoint.y() == snappedVertex.y():
+                                        self.partSelected.emit([feat.id(), i, aPart])
+                                        break
+                                else:
+                                    try:
+                                        nextPoint = points[j + 1]
+                                    except:
+                                        break
+
+                                    if aPoint.x() == snappedPoints[0].x() and \
+                                            aPoint.y() == snappedPoints[0].y() and \
+                                            nextPoint.x() == snappedPoints[1].x() and \
+                                            nextPoint.y() == snappedPoints[1].y():
+                                        self.partSelected.emit([feat.id(), i, aPart])
+                                        break
+
+
+class DtSelectVertexTool(DtMapToolEdit):
+    '''select and mark numVertices vertices in the active layer'''
+    vertexFound = QtCore.pyqtSignal(list)
+
+    def __init__(self, iface, numVertices = 1):
+        super().__init__(iface)
+
+        # desired number of marked vertex until signal
+        self.numVertices = numVertices
+        # number of marked vertex
+        self.count = 0
+        # arrays to hold markers and vertex points
+        self.markers = []
+        self.points = []
+        self.fids = []
+
+    def canvasReleaseEvent(self,event):
+        if self.count < self.numVertices: #not yet enough
+            #Get the click
+            x = event.pos().x()
+            y = event.pos().y()
+
+            layer = self.canvas.currentLayer()
+
+            if layer != None:
+                #the clicked point is our starting point
+                startingPoint = QtCore.QPoint(x,y)
+
+                #we need a snapper, so we use the MapCanvas snapper
+                snapper = self.canvas.snappingUtils()
+                snapper.setCurrentLayer(layer)
+
+                # snapType = 0: no snap, 1 = vertex, 2 = segment, 3 = vertex & segment
+                snapMatch = snapper.snapToCurrentLayer(startingPoint, QgsPointLocator.Vertex)
+
+                if not snapMatch.isValid():
+                    #warn about missing snapping tolerance if appropriate
+                    dtutils.showSnapSettingsWarning(self.iface)
+                else:
+                    #mark the vertex
+                    p = snapMatch.point()
+                    m = QgsVertexMarker(self.canvas)
+                    m.setIconType(1)
+
+                    if self.count == 0:
+                        m.setColor(QtGui.QColor(255,0,0))
+                    else:
+                        m.setColor(QtGui.QColor(0, 0, 255))
+
+                    m.setIconSize(12)
+                    m.setPenWidth (3)
+                    m.setCenter(p)
+                    self.points.append(p)
+                    self.markers.append(m)
+                    fid = snapMatch.featureId() # QgsFeatureId of the snapped geometry
+                    self.fids.append(fid)
+                    self.count += 1
+
+                    if self.count == self.numVertices:
+                        self.vertexFound.emit([self.points,  self.markers,  self.fids])
+                        #self.emit(SIGNAL("vertexFound(PyQt_PyObject)"), [self.points,  self.markers])
+
+    def reset(self,  emitSignal = False):
+        for m in self.markers:
+            self.canvas.scene().removeItem(m)
+
+        self.markers = []
+        self.points = []
+        self.fids = []
+        self.count = 0
+
+class DtSelectSegmentTool(DtMapToolEdit):
+    segmentFound = QtCore.pyqtSignal(list)
+
+    def __init__(self, iface):
+        super().__init__(iface)
+        self.rb1 = QgsRubberBand(self.canvas,  QgsWkbTypes.LineGeometry)
+
+    def canvasReleaseEvent(self,event):
+        #Get the click
+        x = event.pos().x()
+        y = event.pos().y()
+
+        layer = self.canvas.currentLayer()
+
+        if layer != None:
+            #the clicked point is our starting point
+            startingPoint = QtCore.QPoint(x,y)
+
+            #we need a snapper, so we use the MapCanvas snapper
+            snapper = self.canvas.snappingUtils()
+            snapper.setCurrentLayer(layer)
+
+            # snapType = 0: no snap, 1 = vertex, 2 = segment, 3 = vertex & segment
+            snapType = 2
+            snapMatch = snapper.snapToCurrentLayer(startingPoint, QgsPointLocator.Edge)
+
+            if not snapMatch.isValid():
+                #warn about missing snapping tolerance if appropriate
+                dtutils.showSnapSettingsWarning(self.iface)
+            else:
+                #if we have found a linesegment
+                edge = snapMatch.edgePoints()
+                p1 = edge[0]
+                p2 = edge[1]
+                # we like to mark the segment that is choosen, so we need a rubberband
+                self.rb1.reset()
+                color = QtGui.QColor(255,0,0)
+                self.rb1.setColor(color)
+                self.rb1.setWidth(2)
+                self.rb1.addPoint(p1)
+                self.rb1.addPoint(p2)
+                self.rb1.show()
+                self.segmentFound.emit([self.rb1.getPoint(0, 0),  self.rb1.getPoint(0, 1),  self.rb1])
+
+    def reset(self,  emitSignal = False):
+        self.rb1.reset()
+
+class DtSplitFeatureTool(QgsMapToolAdvancedDigitizing, DtTool):
+    finishedDigitizing = QtCore.pyqtSignal(QgsGeometry)
+
+    def __init__(self, iface):
+        super().__init__(canvas = iface.mapCanvas(), cadDockWidget = iface.cadDockWidget(),
+            iface = iface, geometryTypes = [])
+        self.marker = None
+        self.rubberBand = None
+        self.sketchRubberBand = self.createRubberBand()
+        self.sketchRubberBand.setLineStyle(QtCore.Qt.DotLine)
+        self.rbPoints = [] # array to store points in rubber band because
+        # api to access points does not work properly or I did not figure it out :)
+        self.currentMousePosition = None
+        self.snapPoint = None
+        self.reset()
+
+    def activate(self):
+        super().activate()
+        self.canvas.setCursor(self.cursor)
+        self.canvas.installEventFilter(self)
+        self.snapPoint = None
+        self.rbPoints = []
+
+    def eventFilter(self, source, event):
+        '''
+        we need an eventFilter here to filter out Backspace key presses
+        as otherwise the selected objects in the edit layer get deleted
+        if user hits Backspace
+        The eventFilter() function must return true if the event should be filtered,
+        (i.e. stopped); otherwise it must return false, see
+        http://doc.qt.io/qt-5/qobject.html#installEventFilter
+        '''
+
+        if event.type() == QtCore.QEvent.KeyPress:
+            if event.key() == QtCore.Qt.Key_Backspace:
+                if self.rubberBand != None:
+                    if self.rubberBand.numberOfVertices() >= 2: # QgsRubberBand has always 2 vertices
+                        if self.currentMousePosition != None:
+                            self.removeLastPoint()
+                            self.redrawSketchRubberBand([self.toMapCoordinates(self.currentMousePosition)])
+                return True
+            else:
+                return False
+        else:
+            return False
+
+    def eventToQPoint(self, event):
+        x = event.pos().x()
+        y = event.pos().y()
+        thisPoint = QtCore.QPoint(x, y)
+        return thisPoint
+
+    def initRubberBand(self, firstPoint):
+        if self.rubberBand == None:
+            # create a QgsRubberBand
+            self.rubberBand = self.createRubberBand()
+            self.rubberBand.addPoint(firstPoint)
+            self.rbPoints.append(firstPoint)
+
+    def removeLastPoint(self):
+        ''' remove the last point in self.rubberBand'''
+        if len (self.rbPoints) > 1: #first point will not be removed
+            self.rbPoints.pop()
+            #we recreate rubberBand because it contains doubles
+            self.rubberBand.reset()
+
+            for aPoint in self.rbPoints:
+                self.rubberBand.addPoint(QgsPointXY(aPoint))
+
+
+    def trySnap(self, event):
+        self.removeSnapMarker()
+        self.snapPoint = None
+        # try to snap
+        thisPoint = self.eventToQPoint(event)
+        snapper = self.canvas.snappingUtils()
+        # snap to any layer within snap tolerance
+        snapMatch = snapper.snapToMap(thisPoint)
+
+        if not snapMatch.isValid():
+            return False
+        else:
+            self.snapPoint = snapMatch.point()
+            self.markSnap(self.snapPoint)
+            return True
+
+    def markSnap(self, thisPoint):
+        self.marker = QgsVertexMarker(self.canvas)
+        self.marker.setIconType(1)
+        self.marker.setColor(QtGui.QColor(255,0,0))
+        self.marker.setIconSize(12)
+        self.marker.setPenWidth (3)
+        self.marker.setCenter(thisPoint)
+
+    def removeSnapMarker(self):
+        if self.marker != None:
+            self.canvas.scene().removeItem(self.marker)
+            self.marker = None
+
+    def clear(self):
+        if self.rubberBand != None:
+            self.rubberBand.reset()
+            self.canvas.scene().removeItem(self.rubberBand)
+            self.rubberBand = None
+
+        if self.snapPoint != None:
+            self.removeSnapMarker()
+            self.snapPoint = None
+
+        self.sketchRubberBand.reset()
+        self.rbPoints = []
+
+    def reset(self):
+        self.clear()
+        self.canvas.removeEventFilter(self)
+
+    def redrawSketchRubberBand(self, points):
+        if self.rubberBand != None and len(self.rbPoints) > 0:
+            self.sketchRubberBand.reset()
+            sketchStartPoint = self.rbPoints[len(self.rbPoints) -1]
+            self.sketchRubberBand.addPoint(QgsPointXY(sketchStartPoint))
+
+            if len(points) == 1:
+                self.sketchRubberBand.addPoint(QgsPointXY(sketchStartPoint))
+                self.sketchRubberBand.movePoint(
+                    self.sketchRubberBand.numberOfVertices() -1, points[0])
+            #for p in range(self.rubberBand.size()):
+            #    self.debug("Part " + str(p))
+            #    for v in range(self.rubberBand.partSize(p)):
+            #        vertex = self.rubberBand.getPoint(0,j=v)
+            #        self.debug("Vertex " + str(v) + " = "+ str(vertex.x()) + ", " + str(vertex.y()))
+
+
+
+            #startPoint = self.rubberBand.getPoint(0, self.rubberBand.partSize(0) -1)
+            #self.debug("StartPoint " + str(startPoint))
+            #self.sketchRubberBand.addPoint(startPoint)
+            #self.sketchRubberBand.addPoint(points[len(points) - 1])
+            else:
+                for aPoint in points:
+                    self.sketchRubberBand.addPoint(aPoint)
+
+    def cadCanvasMoveEvent(self, event):
+        pass
+        #self.debug("cadCanvasMoveEvent")
+
+    def cadCanvasPressEvent(self, event):
+        pass
+        #self.debug("cadCanvasPressEvent")
+
+    def cadCanvasReleaseEvent(self, event):
+        pass
+        #self.debug("cadCanvasReleaseEvent")
+
+    def canvasMoveEvent(self, event):
+        self.snapPoint = None
+        thisPoint = self.eventToQPoint(event)
+        hasSnap = self.trySnap(event)
+
+        if self.rubberBand != None:
+            if hasSnap:
+                #if self.canvas.snappingUtils().config().enabled(): # is snapping active?
+                tracer = QgsMapCanvasTracer.tracerForCanvas(self.canvas)
+
+                if tracer.actionEnableTracing().isChecked(): # tracing is pressed in
+                    tracer.configure()
+                    #startPoint = self.rubberBand.getPoint(0, self.rubberBand.numberOfVertices() -1)
+                    startPoint = self.rbPoints[len(self.rbPoints) -1]
+                    pathPoints,  pathError = tracer.findShortestPath(QgsPointXY(startPoint), self.snapPoint)
+
+                    if pathError == 0: #ErrNone
+                        pathPoints.pop(0) # remove first point as it is identical with starPoint
+                        self.redrawSketchRubberBand(pathPoints)
+                    else:
+                        self.redrawSketchRubberBand([self.snapPoint])
+                else:
+                    self.redrawSketchRubberBand([self.snapPoint])
+            else:
+                self.redrawSketchRubberBand([self.toMapCoordinates(thisPoint)])
+
+            self.currentMousePosition = thisPoint
+
+    def canvasReleaseEvent(self, event):
+        layer = self.canvas.currentLayer()
+
+        if layer != None:
+            thisPoint = self.eventToQPoint(event)
+            #QgsMapToPixel instance
+
+            if event.button() == QtCore.Qt.LeftButton:
+                if self.rubberBand == None:
+                    if self.snapPoint == None:
+                        self.initRubberBand(self.toMapCoordinates(thisPoint))
+                    else: # last mouse move created a snap
+                        self.initRubberBand(self.snapPoint)
+                        self.snapPoint = None
+                        self.removeSnapMarker()
+                else: # merge sketchRubberBand into rubberBand
+                    sketchGeom = self.sketchRubberBand.asGeometry()
+                    verticesSketchGeom = sketchGeom.vertices()
+                    self.rubberBand.addGeometry(sketchGeom)
+                    # rubberBand now contains a double point because it's former end point
+                    # and sketchRubberBand's start point are identical
+                    # so we remove the last point before adding new ones
+                    self.rbPoints.pop()
+
+                    while verticesSketchGeom.hasNext():
+                        # add the new points
+                        self.rbPoints.append(verticesSketchGeom.next())
+
+                    self.redrawSketchRubberBand([self.toMapCoordinates(thisPoint)])
+
+                    if self.snapPoint != None:
+                        self.snapPoint = None
+                        self.removeSnapMarker()
+            else: # right click
+                if self.rubberBand.numberOfVertices() > 1:
+                    rbGeom = self.rubberBand.asGeometry()
+                    self.finishedDigitizing.emit(rbGeom)
+
+                self.clear()
+                self.canvas.refresh()
+
+    def keyPressEvent(self,  event):
+        if event.key() == QtCore.Qt.Key_Escape:
+            self.clear()
+
+    def deactivate(self):
+        self.reset()

+ 301 - 0
python/plugins/DigitizingTools/tools/dtutils.py

@@ -0,0 +1,301 @@
+# -*- coding: utf-8 -*-
+"""
+dtutils
+---------
+Contains various utitlity functions
+
+some code from fTools plugin contained.
+"""
+"""
+Part of DigitizingTools, a QGIS plugin that
+subsumes different tools neded during digitizing sessions.
+
+* begin                : 2013-02-25
+* copyright          : (C) 2013 by Bernhard Ströbl
+* email                : bernhard.stroebl@jena.de
+
+license
+````````
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+"""
+
+from builtins import range
+from builtins import str
+from qgis.PyQt import QtCore,  QtGui, QtWidgets
+from qgis.core import *
+from qgis.gui import *
+
+def debug(msg):
+    QtWidgets.QMessageBox.information(None, "debug",  str(msg))
+
+def dtGetFeatureForId(layer,  fid):
+    '''Function that returns the QgsFeature with FeatureId *fid* in QgsVectorLayer *layer*'''
+    feat = QgsFeature()
+
+    if layer.getFeatures(QgsFeatureRequest().setFilterFid(fid)).nextFeature(feat):
+        return feat
+    else:
+        return None
+
+def dtCopyFeature(layer, srcFeature = None,   srcFid = None):
+    '''Copy the QgsFeature with FeatureId *srcFid* in *layer* and return it. Alternatively the
+    source Feature can be given as paramter. The feature is not added to the layer!'''
+    if srcFid != None:
+        srcFeature = dtGetFeatureForId(layer,  srcFid)
+
+    if srcFeature:
+        #get layer type
+        layerType = layer.geometryType()
+
+        if layerType == 0:
+            dummyGeomTxt = 'Point()'
+        elif layerType == 1:
+            dummyGeomTxt = 'LineString()'
+        elif layerType == 2:
+            dummyGeomTxt = 'Polygon()'
+
+        #set dummy geom
+        dummyGeom = QgsGeometry.fromWkt(dummyGeomTxt)
+
+        #copy the attribute values
+        attributes = {i: v for i, v in enumerate(srcFeature.attributes())}
+
+        newFeature = QgsVectorLayerUtils.createFeature(layer, dummyGeom, attributes)
+
+        return newFeature
+    else:
+        return None
+
+def dtMakeFeaturesFromGeometries(layer,  srcFeat,  geometries):
+    '''create new features from geometries and copy attributes from srcFeat'''
+    newFeatures = []
+
+    for aGeom in geometries:
+        newFeat = dtCopyFeature(layer,  srcFeat)
+        newFeat.setGeometry(aGeom)
+        newFeatures.append(newFeat)
+
+    return newFeatures
+
+def dtGetVectorLayersByType(iface,  geomType = None,  skipActive = False):
+    '''Returns a dict of layers [name: id] in the project for the given
+    *geomType*; geomTypes are 0: point, 1: line, 2: polygon
+    If *skipActive* is True the active Layer is not included.'''
+    layerList = {}
+    for anId, aLayer in QgsProject.instance().mapLayers().items():
+        if 0 == aLayer.type():   # vectorLayer
+            if  skipActive and (iface.mapCanvas().currentLayer().id() == anId):
+                continue
+            else:
+                if geomType:
+                    if isinstance(geomType,  int):
+                        if aLayer.geometryType() == geomType:
+                            layerList[aLayer.name()] =  [anId,  aLayer]
+                    else:
+                        layerList[aLayer.name()] =  [anId,  aLayer]
+    return layerList
+
+def dtChooseVectorLayer(iface, geomType = None,   skipActive = True,  msg = None):
+    '''Offers a QInputDialog where the user can choose a Layer of type *geomType*.
+    If *skipActive* is True the active Layer can not be chosen. *msg* is displayed as the dialog's message.'''
+    layerList = dtGetVectorLayersByType(iface,  geomType,  skipActive)
+    chooseFrom = []
+    retValue = None
+
+    if len(layerList) > 0:
+        for aName in layerList:
+            chooseFrom.append(aName)
+
+        if not msg:
+            msg = ""
+
+        selectedLayer,  ok = QtWidgets.QInputDialog.getItem(None,
+            QtWidgets.QApplication.translate("dtutils",  "Choose Layer"),
+            msg,  chooseFrom,  editable = False)
+
+        if ok:
+            retValue = layerList[selectedLayer][1]
+
+    return retValue
+
+def dtGetNoSelMessage():
+    '''Returns an array of QStrings (default messages)'''
+    noSelMsg1 = QtCore.QCoreApplication.translate("digitizingtools", "No Selection in layer")
+    noSelMsg2 = QtCore.QCoreApplication.translate("digitizingtools", "Use all features for process?")
+    return [noSelMsg1,  noSelMsg2]
+
+def dtGetManySelMessage(layer):
+    '''Returns an array of QStrings (default messages)'''
+    manySelMsg = QtCore.QCoreApplication.translate("digitizingtools", "There are ")
+    manySelMsg += str(layer.selectedFeatureCount())
+    manySelMsg += QtCore.QCoreApplication.translate("digitizingtools", " features selected in layer " )
+    manySelMsg += layer.name() + "."
+    return manySelMsg
+
+def dtGetInvalidGeomWarning(layer):
+    invalidGeomMsg = QtCore.QCoreApplication.translate("digitizingtools", "There are invalid geometries in layer ")
+    invalidGeomMsg += layer.name()
+    return invalidGeomMsg
+
+def dtGetNotMatchingGeomWarning(layer):
+    notMatchingGeomMsg = QtCore.QCoreApplication.translate(
+        "digitizingtools", "Geometry's type is not compatible with the following layer: ")
+    notMatchingGeomMsg += layer.name() + ". "
+    notMatchingGeomMsg +=  QtCore.QCoreApplication.translate(
+        "digitizingtools", "Fix geometries before commiting changes.")
+    return notMatchingGeomMsg
+
+def showSnapSettingsWarning(iface):
+    title = QtCore.QCoreApplication.translate("digitizingtools", "Snap Tolerance")
+    msg1 = QtCore.QCoreApplication.translate(
+        "digitizingtools", "Could not snap vertex")
+    msg2 = QtCore.QCoreApplication.translate("digitizingtools",
+        "Have you set the tolerance in Settings > Snapping Options?")
+
+    dtShowWarning(iface, msg1 + " " + msg2, title)
+
+def dtShowWarning(iface, msg, title = None):
+    iface.messageBar().pushWarning(title, msg)
+
+def dtGetErrorMessage():
+    '''Returns the default error message which can be appended'''
+    return QtCore.QCoreApplication.translate("digitizingtools", "Error occured during")
+
+# code taken from fTools plugin
+def dtExtractPoints( geom ):
+    '''Generate list of QgsPoints from QgsGeometry *geom* ( can be point, line, or polygon )'''
+    multi_geom = QgsGeometry()
+    temp_geom = []
+    if geom.type() == 0: # it's a point
+        if geom.isMultipart():
+            temp_geom = geom.asMultiPoint()
+        else:
+            temp_geom.append(geom.asPoint())
+    if geom.type() == 1: # it's a line
+        if geom.isMultipart():
+            multi_geom = geom.asMultiPolyline() #multi_geog is a multiline
+            for i in multi_geom: #i is a line
+                temp_geom.extend( i )
+        else:
+            temp_geom = geom.asPolyline()
+    elif geom.type() == 2: # it's a polygon
+        if geom.isMultipart():
+            multi_geom = geom.asMultiPolygon() #multi_geom is a multipolygon
+            for i in multi_geom: #i is a polygon
+                for j in i: #j is a line
+                    temp_geom.extend( j )
+        else:
+            multi_geom = geom.asPolygon() #multi_geom is a polygon
+            for i in multi_geom: #i is a line
+                temp_geom.extend( i )
+    return temp_geom
+
+# code adopted from ringer plugin
+def dtExtractRings(geom):
+    '''Generate a list of QgsPolygons representing all rings within *geom* (= polygon)'''
+    rings = []
+
+    if geom.type() == 2: # it's a polygon
+        if geom.isMultipart():
+            multi_geom = geom.asMultiPolygon() #multi_geom is a multipolygon
+            for poly in multi_geom:
+                if len(poly) > 1:
+                    for aRing in poly[1:]:
+                        rings.append(QgsGeometry.fromPolygonXY([aRing]))
+        else:
+            poly = geom.asPolygon()
+            if len(poly) > 1:
+                for aRing in poly[1:]:
+                    rings.append(QgsGeometry.fromPolygonXY([aRing]))
+
+    return rings
+
+def dtCombineSelectedPolygons(layer, iface, multiGeom = None, fillRings = True):
+    '''
+    make one polygon from selected polygons in layer, optionally fill
+    all rings contained in the input polygons
+    '''
+    for aFeat in layer.selectedFeatures():
+        aGeom = QgsGeometry(aFeat.geometry())
+
+        if not aGeom.isGeosValid():
+            thisWarning = dtGetInvalidGeomWarning(layer)
+            dtShowWarning(iface, thisWarning)
+            return None
+
+        # fill rings contained in the polygon
+        if aGeom.isMultipart():
+            tempGeom = None
+
+            for poly in aGeom.asMultiPolygon():
+                if fillRings:
+                    noRingGeom = dtDeleteRings(poly)
+                else:
+                    noRingGeom = poly
+
+                if tempGeom == None:
+                    tempGeom = noRingGeom
+                else:
+                    tempGeom = tempGeom.combine(noRingGeom)
+        else:
+            if fillRings:
+                tempGeom = dtDeleteRings(aGeom.asPolygon())
+            else:
+                tempGeom = aGeom
+
+        # make a large polygon from all selected
+        if multiGeom == None:
+            multiGeom = tempGeom
+        else:
+            multiGeom = multiGeom.combine(tempGeom)
+
+    return multiGeom
+
+def dtSpatialindex(layer):
+    """Creates a spatial index for the passed vector layer.
+    """
+    idx = QgsSpatialIndex()
+    for ft in layer.getFeatures():
+        idx.addFeature(ft)
+    return idx
+
+def dtDeleteRings(poly):
+    outGeom = QgsGeometry.fromPolygonXY(poly)
+
+    if len(poly) > 1:
+        # we have rings
+        rings = dtExtractRings(outGeom)
+        for aRing in rings:
+            outGeom = outGeom.combine(aRing)
+
+    return outGeom
+
+def dtGetDefaultAttributeMap(layer):
+    attributeMap = {}
+    dp = layer.dataProvider()
+
+    for i in range(len(layer.fields())):
+        attributeMap[i] = dp.defaultValue(i)
+
+    return attributeMap
+
+def dtGetHighlightSettings():
+    '''highlight a geom in a layer with highlight color from settings'''
+    s = QtCore.QSettings()
+    s.beginGroup("Map/highlight")
+    buffer = s.value("buffer",  "0.5")
+    hexColor = s.value("color",  "#ff0000")
+    colorAlpha = s.value("colorAlpha", "128")
+    minWidth = s.value("minWidth", "1")
+    s.endGroup()
+    color = QtGui.QColor()
+    color.setNamedColor(hexColor)
+    fillColor = QtGui.QColor()
+    r, g, b, a = color.getRgb()
+    fillColor.setRgb(r, g, b, int(colorAlpha))
+
+    return [color, fillColor, float(buffer), float(minWidth)]
+

+ 41 - 0
python/plugins/DigitizingTools/tools/ui_dtchooseremaining.ui

@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>dtchooseremaining</class>
+ <widget class="QDialog" name="dtchooseremaining">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>286</width>
+    <height>101</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Dialog</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLabel" name="label">
+     <property name="text">
+      <string>TextLabel</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QComboBox" name="chooseId"/>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

+ 146 - 0
python/plugins/DigitizingTools/tools/ui_dtmovenodebyarea.ui

@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>DtMoveNodeByArea</class>
+ <widget class="QDialog" name="DtMoveNodeByArea">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>322</width>
+    <height>108</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Move Node By Area</string>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <widget class="QLabel" name="label">
+       <property name="text">
+        <string>Area of the selected polygon:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QLabel" name="area_label">
+       <property name="minimumSize">
+        <size>
+         <width>112</width>
+         <height>0</height>
+        </size>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="2" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Target Area:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer_2">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QLineEdit" name="targetArea">
+       <property name="readOnly">
+        <bool>false</bool>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="4" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_3">
+     <item>
+      <spacer name="horizontalSpacer_3">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QPushButton" name="moveButton">
+       <property name="text">
+        <string>Move Node</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="buttonClose">
+       <property name="text">
+        <string>Close</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="1" column="0">
+    <spacer name="verticalSpacer_2">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>40</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="3" column="0">
+    <spacer name="verticalSpacer_4">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>40</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

+ 191 - 0
python/plugins/DigitizingTools/tools/ui_dtmovesidebyarea.ui

@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>DtMoveSideByArea</class>
+ <widget class="QDialog" name="DtMoveSideByArea">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>322</width>
+    <height>171</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Parallel Move Side By Area</string>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <widget class="QLabel" name="label">
+       <property name="text">
+        <string>Area of the selected polygon:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QLabel" name="area_label">
+       <property name="minimumSize">
+        <size>
+         <width>112</width>
+         <height>0</height>
+        </size>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="2" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Target Area:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer_2">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QLineEdit" name="targetArea">
+       <property name="readOnly">
+        <bool>false</bool>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="6" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_3">
+     <item>
+      <spacer name="horizontalSpacer_3">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QPushButton" name="moveButton">
+       <property name="text">
+        <string>Move Side</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="buttonClose">
+       <property name="text">
+        <string>Close</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="1" column="0">
+    <spacer name="verticalSpacer_2">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>40</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="5" column="0">
+    <spacer name="verticalSpacer_4">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>40</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="4" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_4">
+     <item>
+      <layout class="QVBoxLayout" name="verticalLayout">
+       <item>
+        <widget class="QLabel" name="label_3">
+         <property name="text">
+          <string>Size of side to be moved:</string>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QRadioButton" name="radioFixed">
+         <property name="text">
+          <string>Fixed</string>
+         </property>
+         <property name="checked">
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item>
+        <widget class="QRadioButton" name="radioVariable">
+         <property name="text">
+          <string>Variable</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </item>
+    </layout>
+   </item>
+   <item row="3" column="0">
+    <spacer name="verticalSpacer">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>40</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

+ 96 - 0
python/plugins/DigitizingTools/tools/ui_dtmovesidebydistance.ui

@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>DtMoveSideByDistance</class>
+ <widget class="QDialog" name="DtMoveSideByDistance">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>322</width>
+    <height>69</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Move Side By Distance</string>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Move Distance:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer_2">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QLineEdit" name="targetDistance">
+       <property name="readOnly">
+        <bool>false</bool>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="2" column="0">
+    <layout class="QHBoxLayout" name="horizontalLayout_3">
+     <item>
+      <spacer name="horizontalSpacer_3">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QPushButton" name="moveButton">
+       <property name="text">
+        <string>Move Side</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QPushButton" name="buttonClose">
+       <property name="text">
+        <string>Close</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item row="1" column="0">
+    <spacer name="verticalSpacer_4">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>40</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

+ 81 - 0
python/plugins/DigitizingTools/ui_about.ui

@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>about</class>
+ <widget class="QDialog" name="about">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>About</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0">
+    <widget class="QLabel" name="label">
+     <property name="text">
+      <string>DigitizingTools</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QPlainTextEdit" name="textArea">
+     <property name="readOnly">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>about</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>248</x>
+     <y>254</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>about</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>316</x>
+     <y>260</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>

+ 84 - 0
python/plugins/DigitizingTools/ui_dtcutter.ui

@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Dialog</class>
+ <widget class="QDialog" name="Dialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>263</width>
+    <height>129</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Choose Layer</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLabel" name="lblCutter">
+     <property name="text">
+      <string>cutter layer</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QComboBox" name="cbxLayer"/>
+   </item>
+   <item>
+    <widget class="QCheckBox" name="chkCopy">
+     <property name="text">
+      <string>add cutter polygon to edit layer</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>Dialog</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>248</x>
+     <y>254</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>Dialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>316</x>
+     <y>260</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>

+ 12 - 0
python/plugins/FileManage/.idea/FileManage.iml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$" />
+    <orderEntry type="jdk" jdkName="Python 3.12 (FileManage)" jdkType="Python SDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+  <component name="PyDocumentationSettings">
+    <option name="format" value="PLAIN" />
+    <option name="myDocStringFormat" value="Plain" />
+  </component>
+</module>

+ 6 - 0
python/plugins/FileManage/.idea/inspectionProfiles/profiles_settings.xml

@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+  <settings>
+    <option name="USE_PROJECT_PROFILE" value="false" />
+    <version value="1.0" />
+  </settings>
+</component>

+ 7 - 0
python/plugins/FileManage/.idea/misc.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Black">
+    <option name="sdkName" value="Python 3.12 (FileManage)" />
+  </component>
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (FileManage)" project-jdk-type="Python SDK" />
+</project>

+ 8 - 0
python/plugins/FileManage/.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/FileManage.iml" filepath="$PROJECT_DIR$/.idea/FileManage.iml" />
+    </modules>
+  </component>
+</project>

+ 77 - 0
python/plugins/FileManage/.idea/workspace.xml

@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="AutoImportSettings">
+    <option name="autoReloadType" value="SELECTIVE" />
+  </component>
+  <component name="ChangeListManager">
+    <list default="true" id="a1bbd533-3733-4b6b-a990-45d698e36ce8" name="Changes" comment="" />
+    <option name="SHOW_DIALOG" value="false" />
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+    <option name="LAST_RESOLUTION" value="IGNORE" />
+  </component>
+  <component name="FileTemplateManagerImpl">
+    <option name="RECENT_TEMPLATES">
+      <list>
+        <option value="Python Script" />
+      </list>
+    </option>
+  </component>
+  <component name="MarkdownSettingsMigration">
+    <option name="stateVersion" value="1" />
+  </component>
+  <component name="ProjectColorInfo">{
+  &quot;associatedIndex&quot;: 1
+}</component>
+  <component name="ProjectId" id="2o33vcoHGzsYHIJJ85rVWIbvuPu" />
+  <component name="ProjectViewState">
+    <option name="hideEmptyMiddlePackages" value="true" />
+    <option name="showLibraryContents" value="true" />
+  </component>
+  <component name="PropertiesComponent"><![CDATA[{
+  "keyToString": {
+    "RunOnceActivity.OpenProjectViewOnStart": "true",
+    "RunOnceActivity.ShowReadmeOnStart": "true",
+    "ignore.virus.scanning.warn.message": "true",
+    "last_opened_file_path": "D:/Code/python/FTP",
+    "node.js.detected.package.eslint": "true",
+    "node.js.detected.package.tslint": "true",
+    "node.js.selected.package.eslint": "(autodetect)",
+    "node.js.selected.package.tslint": "(autodetect)",
+    "nodejs_package_manager_path": "npm",
+    "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
+    "vue.rearranger.settings.migration": "true"
+  }
+}]]></component>
+  <component name="RecentsManager">
+    <key name="MoveFile.RECENT_KEYS">
+      <recent name="D:\Code\python\FileManage\ui" />
+    </key>
+  </component>
+  <component name="SharedIndexes">
+    <attachedChunks>
+      <set>
+        <option value="bundled-python-sdk-c69650fc56ca-b11f5e8da5ad-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-233.15619.17" />
+      </set>
+    </attachedChunks>
+  </component>
+  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
+  <component name="TaskManager">
+    <task active="true" id="Default" summary="Default task">
+      <changelist id="a1bbd533-3733-4b6b-a990-45d698e36ce8" name="Changes" comment="" />
+      <created>1730084664744</created>
+      <option name="number" value="Default" />
+      <option name="presentableId" value="Default" />
+      <updated>1730084664744</updated>
+      <workItem from="1730084666238" duration="588000" />
+      <workItem from="1730085510240" duration="2383000" />
+      <workItem from="1730094512733" duration="2835000" />
+      <workItem from="1730097814844" duration="3063000" />
+      <workItem from="1730101388168" duration="4678000" />
+    </task>
+    <servers />
+  </component>
+  <component name="TypeScriptGeneratedFilesManager">
+    <option name="version" value="3" />
+  </component>
+</project>

+ 674 - 0
python/plugins/FileManage/LICENSE

@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.

+ 3 - 0
python/plugins/FileManage/README.md

@@ -0,0 +1,3 @@
+# FileManage
+
+文件管理,实现文件和文件夹的上传下载、浏览、重命名、删除等功能

+ 6 - 0
python/plugins/FileManage/__init__.py

@@ -0,0 +1,6 @@
+from .plugin import Siwei
+
+
+def classFactory(iface):
+    """QGIS Plugin"""
+    return Siwei(iface)

BIN
python/plugins/FileManage/__pycache__/__init__.cpython-312.pyc


BIN
python/plugins/FileManage/__pycache__/plugin.cpython-312.pyc


+ 5 - 0
python/plugins/FileManage/images/add_map.svg

@@ -0,0 +1,5 @@
+<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M13.0999 40.8011L6.33287 43.6712C4.56778 44.4197 4.55215 46.9498 6.3077 47.721L31.5684 58.8186C32.1301 59.0655 32.7686 59.0601 33.3264 58.8041L57.7247 47.6034C59.4421 46.8148 59.4198 44.3336 57.6884 43.5772L51.1468 40.7192L33.3264 48.9002C32.7686 49.1562 32.1301 49.1616 31.5684 48.9147L13.0999 40.8011Z" fill="#6C71F3"/>
+<path d="M6.30768 36.7168C4.55212 35.9455 4.56795 33.4155 6.33302 32.6669L31.6509 21.9291C32.1942 21.6986 32.8065 21.702 33.3473 21.9382L57.6884 32.5729C59.4198 33.3293 59.4422 35.8106 57.7247 36.5991L33.3265 47.7998C32.7687 48.0558 32.1302 48.0611 31.5684 47.8143L6.30768 36.7168Z" fill="#56CCF2"/>
+<path d="M52.0172 7.32759C52.0172 6.04207 50.975 5 49.6896 5C48.4042 5 47.3621 6.04207 47.3621 7.32759V11.9828H42.7069C41.4215 11.9828 40.3793 13.0248 40.3793 14.3103C40.3793 15.5959 41.4215 16.6379 42.7069 16.6379H47.3621V21.2931C47.3621 22.5786 48.4042 23.6207 49.6896 23.6207C50.975 23.6207 52.0172 22.5786 52.0172 21.2931V16.6379H56.6724C57.9578 16.6379 59 15.5959 59 14.3103C59 13.0248 57.9578 11.9828 56.6724 11.9828H52.0172V7.32759Z" fill="#6C71F2"/>
+</svg>

Разница между файлами не показана из-за своего большого размера
+ 3 - 0
python/plugins/FileManage/images/earth.svg


+ 6 - 0
python/plugins/FileManage/images/fitzoom.svg

@@ -0,0 +1,6 @@
+<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M17.6 27.2H8V17.6C8.00254 15.0547 9.01478 12.6144 10.8146 10.8146C12.6144 9.01478 15.0547 8.00254 17.6 8H27.2V17.6H17.6V27.2Z" fill="#2F80ED"/>
+<path d="M56 27.2H46.4V17.6H36.8V8H46.4C48.9453 8.00254 51.3856 9.01478 53.1854 10.8146C54.9852 12.6144 55.9974 15.0547 56 17.6V27.2Z" fill="#2F80ED"/>
+<path d="M27.2 56H17.6C15.0547 55.9975 12.6144 54.9852 10.8146 53.1854C9.01478 51.3856 8.00254 48.9453 8 46.4V36.8H17.6V46.4H27.2V56Z" fill="#2F80ED"/>
+<path d="M46.4 56H36.8V46.4H46.4V36.8H56V46.4C55.9974 48.9453 54.9852 51.3856 53.1854 53.1854C51.3856 54.9852 48.9453 55.9975 46.4 56Z" fill="#2F80ED"/>
+</svg>

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
python/plugins/FileManage/images/ftp.svg


BIN
python/plugins/FileManage/images/icon.png


+ 0 - 0
python/plugins/FileManage/images/map_icons/ESRI.webp


+ 0 - 0
python/plugins/FileManage/images/map_icons/amap.svg


+ 0 - 0
python/plugins/FileManage/images/map_icons/default.svg


+ 0 - 0
python/plugins/FileManage/images/map_icons/googlemap_default.png


+ 0 - 0
python/plugins/FileManage/images/map_icons/googlemap_satellite.png


+ 0 - 0
python/plugins/FileManage/images/map_icons/googlemap_terrain.png


+ 0 - 0
python/plugins/FileManage/images/map_icons/osm.webp


+ 0 - 0
python/plugins/FileManage/images/map_icons/stamen_terrain.webp


+ 0 - 0
python/plugins/FileManage/images/map_icons/stamen_toner.webp


+ 0 - 0
python/plugins/FileManage/images/map_icons/stamen_watercolor.webp


Разница между файлами не показана из-за своего большого размера
+ 2 - 0
python/plugins/FileManage/images/map_tianditu.svg


Некоторые файлы не были показаны из-за большого количества измененных файлов